#BDDDF2

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

Shades of Pattens Blue #BDDDF2

Tints of Pattens Blue #BDDDF2

Color information

#BDDDF2 (or 0xBDDDF2) is unknown color: approx Pattens Blue. HEX triplet: BD, DD and F2. RGB value is (189,221,242). Sum of RGB (Red+Green+Blue) = 189+221+242=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 242 (94.92% from 255 or 37.12% from 652); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDDDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDDF2 is #42220D. Grayscale: #D5D5D5. Windows color (decimal): -4334094 or 15916477. OLE color: 15916477.

HSL color Cylindrical-coordinate representation of color #BDDDF2: hue angle of 203.77º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDDDF2 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB189221242-
CMYK0.220.0900.05
HSL203.77º67.09%84.51%-
HSV(B)203.77º21.9%94.9%-
XYZ62.8768.9494-
YUV213.83143.9110.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.99%
GREEN value IS 221 (86.72% from 255) = 33.90%
BLUE value IS 242 (94.92% from 255) = 37.12%
R=28.99%
G=33.90%
B=37.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892212420.220.0900.05203.7767.0984.51
HexBDDDF216905cc4355
Octal275335362261105314103125
Binary10111101110111011111001010110100101011100110010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDDF2; }

 p { color: rgb(189,221,242); }

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

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

 a { background-color: rgb(189,221,242); }

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

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

 span { border-color: rgb(189,221,242); }

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