#BDD2CD

Color #BDD2CD Jet Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jet Stream #BDD2CD

Tints of Jet Stream #BDD2CD

Color information

#BDD2CD (or 0xBDD2CD) is unknown color: approx Jet Stream. HEX triplet: BD, D2 and CD. RGB value is (189,210,205). Sum of RGB (Red+Green+Blue) = 189+210+205=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 210 (82.42% from 255 or 34.77% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD2CD is #422D32. Grayscale: #CBCBCB. Windows color (decimal): -4336947 or 13488829. OLE color: 13488829.

HSL color Cylindrical-coordinate representation of color #BDD2CD: hue angle of 165.71º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDD2CD is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB189210205-
CMYK0.1000.020.18
HSL165.71º18.92%78.24%-
HSV(B)165.71º10%82.35%-
XYZ55.0561.3266.69-
YUV203.15129.04117.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.29%
GREEN value IS 210 (82.42% from 255) = 34.77%
BLUE value IS 205 (80.47% from 255) = 33.94%
R=31.29%
G=34.77%
B=33.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892102050.1000.020.18165.7118.9278.24
HexBDD2CDA0212a6134e
Octal27532231512022224623116
Binary10111101110100101100110110100101001010100110100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD2CD; }

 p { color: rgb(189,210,205); }

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

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

 a { background-color: rgb(189,210,205); }

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

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

 span { border-color: rgb(189,210,205); }

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