#BFDDF8

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

Shades of Pattens Blue #BFDDF8

Tints of Pattens Blue #BFDDF8

Color information

#BFDDF8 (or 0xBFDDF8) is unknown color: approx Pattens Blue. HEX triplet: BF, DD and F8. RGB value is (191,221,248). Sum of RGB (Red+Green+Blue) = 191+221+248=660 (87% of max value = 765). Red value is 191 (75% from 255 or 28.94% from 660); Green value is 221 (86.72% from 255 or 33.48% from 660); Blue value is 248 (97.27% from 255 or 37.58% from 660); Max value from RGB is 248 - color contains mainly: blue. Hex color #BFDDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDDF8 is #402207. Grayscale: #D6D6D6. Windows color (decimal): -4203016 or 16309695. OLE color: 16309695.

HSL color Cylindrical-coordinate representation of color #BFDDF8: hue angle of 208.42º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFDDF8 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB191221248-
CMYK0.230.1100.03
HSL208.42º80.28%86.08%-
HSV(B)208.42º22.98%97.25%-
XYZ64.2969.5798.85-
YUV215.11146.56110.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.94%
GREEN value IS 221 (86.72% from 255) = 33.48%
BLUE value IS 248 (97.27% from 255) = 37.58%
R=28.94%
G=33.48%
B=37.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1912212480.230.1100.03208.4280.2886.08
HexBFDDF817B03d05056
Octal277335370271303320120126
Binary1011111111011101111110001011110110111101000010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDDF8; }

 p { color: rgb(191,221,248); }

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

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

 a { background-color: rgb(191,221,248); }

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

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

 span { border-color: rgb(191,221,248); }

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