#BDD1C9

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

Shades of Jet Stream #BDD1C9

Tints of Jet Stream #BDD1C9

Color information

#BDD1C9 (or 0xBDD1C9) is unknown color: approx Jet Stream. HEX triplet: BD, D1 and C9. RGB value is (189,209,201). Sum of RGB (Red+Green+Blue) = 189+209+201=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 209 (82.03% from 255 or 34.89% from 599); Blue value is 201 (78.91% from 255 or 33.56% from 599); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD1C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD1C9 is #422E36. Grayscale: #CACACA. Windows color (decimal): -4337207 or 13226429. OLE color: 13226429.

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

Color convert

RGB189209201-
CMYK0.1000.040.18
HSL156º17.86%78.04%-
HSV(B)156º9.57%81.96%-
XYZ54.3360.6464.1-
YUV202.11127.37118.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.55%
GREEN value IS 209 (82.03% from 255) = 34.89%
BLUE value IS 201 (78.91% from 255) = 33.56%
R=31.55%
G=34.89%
B=33.56%

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
Decimal1892092010.1000.040.1815617.8678.04
HexBDD1C9A04129c124e
Octal27532131112042223422116
Binary101111011101000111001001101001001001010011100100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD1C9; }

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

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

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

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

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

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

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

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