#BFDFFA

Color #BFDFFA Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #BFDFFA

Tints of Pattens Blue #BFDFFA

Color information

#BFDFFA (or 0xBFDFFA) is unknown color: approx Pattens Blue. HEX triplet: BF, DF and FA. RGB value is (191,223,250). Sum of RGB (Red+Green+Blue) = 191+223+250=664 (87% of max value = 765). Red value is 191 (75% from 255 or 28.77% from 664); Green value is 223 (87.5% from 255 or 33.58% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFDFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDFFA is #402005. Grayscale: #D8D8D8. Windows color (decimal): -4202502 or 16441279. OLE color: 16441279.

HSL color Cylindrical-coordinate representation of color #BFDFFA: hue angle of 207.46º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFDFFA is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191223250-
CMYK0.240.1100.02
HSL207.46º85.51%86.47%-
HSV(B)207.46º23.6%98.04%-
XYZ65.1370.75100.67-
YUV216.51146.9109.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 28.77%
GREEN value IS 223 (87.5% from 255) = 33.58%
BLUE value IS 250 (98.05% from 255) = 37.65%
R=28.77%
G=33.58%
B=37.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912232500.240.1100.02207.4685.5186.47
HexBFDFFA18B02cf5656
Octal277337372301302317126126
Binary1011111111011111111110101100010110101100111110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDFFA; }

 p { color: rgb(191,223,250); }

 H1.HeaderClassName
 {
   color: #BFDFFA;
 }
 .AnyTagClassName
 {
   color: #BFDFFA;
 }
</style>
background-color css

<style>
 a { background-color: #BFDFFA; }

 a { background-color: rgb(191,223,250); }

 div.DivClassName
 {
   background-color: #BFDFFA;
 }
 .BgClassName
 {
   background-color: #BFDFFA;
 }
</style>
border-color css

<style>
 span { border-color: #BFDFFA; }

 span { border-color: rgb(191,223,250); }

 td.TdClassName
 {
   border-color: #BFDFFA;
 }
 .TagClassName
 {
   border-color: #BFDFFA;
 }
</style>