#BFDDF0

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

Shades of Pattens Blue #BFDDF0

Tints of Pattens Blue #BFDDF0

Color information

#BFDDF0 (or 0xBFDDF0) is unknown color: approx Pattens Blue. HEX triplet: BF, DD and F0. RGB value is (191,221,240). Sum of RGB (Red+Green+Blue) = 191+221+240=652 (86% of max value = 765). Red value is 191 (75% from 255 or 29.29% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 240 (94.14% from 255 or 36.81% from 652); Max value from RGB is 240 - color contains mainly: blue. Hex color #BFDDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDDF0 is #40220F. Grayscale: #D6D6D6. Windows color (decimal): -4203024 or 15785407. OLE color: 15785407.

HSL color Cylindrical-coordinate representation of color #BFDDF0: hue angle of 203.27º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFDDF0 is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB191221240-
CMYK0.200.0800.06
HSL203.27º62.03%84.51%-
HSV(B)203.27º20.42%94.12%-
XYZ63.0769.0892.45-
YUV214.2142.56111.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.29%
GREEN value IS 221 (86.72% from 255) = 33.90%
BLUE value IS 240 (94.14% from 255) = 36.81%
R=29.29%
G=33.90%
B=36.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912212400.200.0800.06203.2762.0384.51
HexBFDDF014806cb3e55
Octal27733536024100631376125
Binary1011111111011101111100001010010000110110010111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDDF0; }

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

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

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

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

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

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

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

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