#BDD1CD

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

Shades of Jet Stream #BDD1CD

Tints of Jet Stream #BDD1CD

Color information

#BDD1CD (or 0xBDD1CD) is unknown color: approx Jet Stream. HEX triplet: BD, D1 and CD. RGB value is (189,209,205). Sum of RGB (Red+Green+Blue) = 189+209+205=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 209 (82.03% from 255 or 34.66% from 603); Blue value is 205 (80.47% from 255 or 34.00% from 603); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD1CD is #422E32. Grayscale: #CACACA. Windows color (decimal): -4337203 or 13488573. OLE color: 13488573.

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

Color convert

RGB189209205-
CMYK0.1000.020.18
HSL168º17.86%78.04%-
HSV(B)168º9.57%81.96%-
XYZ54.8160.8366.61-
YUV202.56129.37118.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.34%
GREEN value IS 209 (82.03% from 255) = 34.66%
BLUE value IS 205 (80.47% from 255) = 34.00%
R=31.34%
G=34.66%
B=34.00%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892092050.1000.020.1816817.8678.04
HexBDD1CDA0212a8124e
Octal27532131512022225022116
Binary10111101110100011100110110100101001010101000100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD1CD; }

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

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

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

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

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

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

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

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