#BDD4C9

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

Shades of Jet Stream #BDD4C9

Tints of Jet Stream #BDD4C9

Color information

#BDD4C9 (or 0xBDD4C9) is unknown color: approx Jet Stream. HEX triplet: BD, D4 and C9. RGB value is (189,212,201). Sum of RGB (Red+Green+Blue) = 189+212+201=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 212 (83.20% from 255 or 35.22% from 602); Blue value is 201 (78.91% from 255 or 33.39% from 602); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD4C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD4C9 is #422B36. Grayscale: #CBCBCB. Windows color (decimal): -4336439 or 13227197. OLE color: 13227197.

HSL color Cylindrical-coordinate representation of color #BDD4C9: hue angle of 151.3º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDD4C9 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB189212201-
CMYK0.1100.050.17
HSL151.3º21.1%78.63%-
HSV(B)151.3º10.85%83.14%-
XYZ55.0762.1264.35-
YUV203.87126.38117.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.40%
GREEN value IS 212 (83.20% from 255) = 35.22%
BLUE value IS 201 (78.91% from 255) = 33.39%
R=31.40%
G=35.22%
B=33.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1892122010.1100.050.17151.321.178.63
HexBDD4C9B051197154f
Octal27532431113052122725117
Binary101111011101010011001001101101011000110010111101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD4C9; }

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

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

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

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

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

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

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

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