#BDD2C9

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

Shades of Jet Stream #BDD2C9

Tints of Jet Stream #BDD2C9

Color information

#BDD2C9 (or 0xBDD2C9) is unknown color: approx Jet Stream. HEX triplet: BD, D2 and C9. RGB value is (189,210,201). Sum of RGB (Red+Green+Blue) = 189+210+201=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 210 (82.42% from 255 or 35% from 600); Blue value is 201 (78.91% from 255 or 33.5% from 600); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD2C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD2C9 is #422D36. Grayscale: #CACACA. Windows color (decimal): -4336951 or 13226685. OLE color: 13226685.

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

Color convert

RGB189210201-
CMYK0.1000.040.18
HSL154.29º18.92%78.24%-
HSV(B)154.29º10%82.35%-
XYZ54.5861.1364.18-
YUV202.7127.04118.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.5%
GREEN value IS 210 (82.42% from 255) = 35%
BLUE value IS 201 (78.91% from 255) = 33.5%
R=31.5%
G=35%
B=33.5%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892102010.1000.040.18154.2918.9278.24
HexBDD2C9A04129a134e
Octal27532231112042223223116
Binary101111011101001011001001101001001001010011010100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD2C9; }

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

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

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

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

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

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

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

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