#BDD6CD

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

Shades of Jet Stream #BDD6CD

Tints of Jet Stream #BDD6CD

Color information

#BDD6CD (or 0xBDD6CD) is unknown color: approx Jet Stream. HEX triplet: BD, D6 and CD. RGB value is (189,214,205). Sum of RGB (Red+Green+Blue) = 189+214+205=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 214 (83.98% from 255 or 35.20% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD6CD is #422932. Grayscale: #CDCDCD. Windows color (decimal): -4335923 or 13489853. OLE color: 13489853.

HSL color Cylindrical-coordinate representation of color #BDD6CD: hue angle of 158.4º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDD6CD is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB189214205-
CMYK0.1200.040.16
HSL158.4º23.36%79.02%-
HSV(B)158.4º11.68%83.92%-
XYZ56.0563.3267.03-
YUV205.5127.72116.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.09%
GREEN value IS 214 (83.98% from 255) = 35.20%
BLUE value IS 205 (80.47% from 255) = 33.72%
R=31.09%
G=35.20%
B=33.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892142050.1200.040.16158.423.3679.02
HexBDD6CDC04109e174f
Octal27532631514042023627117
Binary101111011101011011001101110001001000010011110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD6CD; }

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

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

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

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

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

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

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

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