#BDD3CD

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

Shades of Jet Stream #BDD3CD

Tints of Jet Stream #BDD3CD

Color information

#BDD3CD (or 0xBDD3CD) is unknown color: approx Jet Stream. HEX triplet: BD, D3 and CD. RGB value is (189,211,205). Sum of RGB (Red+Green+Blue) = 189+211+205=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 211 (82.81% from 255 or 34.88% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD3CD is #422C32. Grayscale: #CBCBCB. Windows color (decimal): -4336691 or 13489085. OLE color: 13489085.

HSL color Cylindrical-coordinate representation of color #BDD3CD: hue angle of 163.64º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDD3CD is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB189211205-
CMYK0.1000.030.17
HSL163.64º20%78.43%-
HSV(B)163.64º10.43%82.75%-
XYZ55.361.8266.77-
YUV203.74128.71117.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.24%
GREEN value IS 211 (82.81% from 255) = 34.88%
BLUE value IS 205 (80.47% from 255) = 33.88%
R=31.24%
G=34.88%
B=33.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1892112050.1000.030.17163.642078.43
HexBDD3CDA0311a4144e
Octal27532331512032124424116
Binary10111101110100111100110110100111000110100100101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD3CD; }

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

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

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

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

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

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

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

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