#BDDFF5

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

Shades of Pattens Blue #BDDFF5

Tints of Pattens Blue #BDDFF5

Color information

#BDDFF5 (or 0xBDDFF5) is unknown color: approx Pattens Blue. HEX triplet: BD, DF and F5. RGB value is (189,223,245). Sum of RGB (Red+Green+Blue) = 189+223+245=657 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.77% from 657); Green value is 223 (87.5% from 255 or 33.94% from 657); Blue value is 245 (96.09% from 255 or 37.29% from 657); Max value from RGB is 245 - color contains mainly: blue. Hex color #BDDFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDFF5 is #42200A. Grayscale: #D7D7D7. Windows color (decimal): -4333579 or 16113597. OLE color: 16113597.

HSL color Cylindrical-coordinate representation of color #BDDFF5: hue angle of 203.57º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDDFF5 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB189223245-
CMYK0.230.0900.04
HSL203.57º73.68%85.1%-
HSV(B)203.57º22.86%96.08%-
XYZ63.8670.1996.57-
YUV215.34144.74109.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.77%
GREEN value IS 223 (87.5% from 255) = 33.94%
BLUE value IS 245 (96.09% from 255) = 37.29%
R=28.77%
G=33.94%
B=37.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892232450.230.0900.04203.5773.6885.1
HexBDDFF517904cc4a55
Octal275337365271104314112125
Binary10111101110111111111010110111100101001100110010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDFF5; }

 p { color: rgb(189,223,245); }

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

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

 a { background-color: rgb(189,223,245); }

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

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

 span { border-color: rgb(189,223,245); }

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