#B6DACD

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

Shades of Jet Stream #B6DACD

Tints of Jet Stream #B6DACD

Color information

#B6DACD (or 0xB6DACD) is unknown color: approx Jet Stream. HEX triplet: B6, DA and CD. RGB value is (182,218,205). Sum of RGB (Red+Green+Blue) = 182+218+205=605 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.08% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 218 - color contains mainly: green. Hex color #B6DACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DACD is #492532. Grayscale: #CDCDCD. Windows color (decimal): -4793651 or 13490870. OLE color: 13490870.

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

Color convert

RGB182218205-
CMYK0.1700.060.15
HSL158.33º32.73%78.43%-
HSV(B)158.33º16.51%85.49%-
XYZ55.3864.567.29-
YUV205.75127.57111.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.08%
GREEN value IS 218 (85.55% from 255) = 36.03%
BLUE value IS 205 (80.47% from 255) = 33.88%
R=30.08%
G=36.03%
B=33.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1822182050.1700.060.15158.3332.7378.43
HexB6DACD1106F9e214e
Octal26633231521061723641116
Binary1011011011011010110011011000101101111100111101000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DACD; }

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

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

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

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

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

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

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

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