#BDDACD

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

Shades of Jet Stream #BDDACD

Tints of Jet Stream #BDDACD

Color information

#BDDACD (or 0xBDDACD) is unknown color: approx Jet Stream. HEX triplet: BD, DA and CD. RGB value is (189,218,205). Sum of RGB (Red+Green+Blue) = 189+218+205=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDACD is #422532. Grayscale: #CFCFCF. Windows color (decimal): -4334899 or 13490877. OLE color: 13490877.

HSL color Cylindrical-coordinate representation of color #BDDACD: hue angle of 153.1º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDDACD is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB189218205-
CMYK0.1300.060.15
HSL153.1º28.16%79.8%-
HSV(B)153.1º13.3%85.49%-
XYZ57.0865.3767.37-
YUV207.85126.39114.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.88%
GREEN value IS 218 (85.55% from 255) = 35.62%
BLUE value IS 205 (80.47% from 255) = 33.50%
R=30.88%
G=35.62%
B=33.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892182050.1300.060.15153.128.1679.8
HexBDDACDD06F991c50
Octal27533231515061723134120
Binary10111101110110101100110111010110111110011001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDACD; }

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

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

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

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

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

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

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

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