#BDDDF5

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

Shades of Pattens Blue #BDDDF5

Tints of Pattens Blue #BDDDF5

Color information

#BDDDF5 (or 0xBDDDF5) is unknown color: approx Pattens Blue. HEX triplet: BD, DD and F5. RGB value is (189,221,245). Sum of RGB (Red+Green+Blue) = 189+221+245=655 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.85% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 245 (96.09% from 255 or 37.40% from 655); Max value from RGB is 245 - color contains mainly: blue. Hex color #BDDDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDDF5 is #42220A. Grayscale: #D6D6D6. Windows color (decimal): -4334091 or 16113085. OLE color: 16113085.

HSL color Cylindrical-coordinate representation of color #BDDDF5: hue angle of 205.71º 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 #BDDDF5 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB189221245-
CMYK0.230.1000.04
HSL205.71º73.68%85.1%-
HSV(B)205.71º22.86%96.08%-
XYZ63.3269.1296.39-
YUV214.17145.4110.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.85%
GREEN value IS 221 (86.72% from 255) = 33.74%
BLUE value IS 245 (96.09% from 255) = 37.40%
R=28.85%
G=33.74%
B=37.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892212450.230.1000.04205.7173.6885.1
HexBDDDF517A04ce4a55
Octal275335365271204316112125
Binary10111101110111011111010110111101001001100111010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDDF5; }

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

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

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

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

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

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

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

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