#B7DACD

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

Shades of Jet Stream #B7DACD

Tints of Jet Stream #B7DACD

Color information

#B7DACD (or 0xB7DACD) is unknown color: approx Jet Stream. HEX triplet: B7, DA and CD. RGB value is (183,218,205). Sum of RGB (Red+Green+Blue) = 183+218+205=606 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.20% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 205 (80.47% from 255 or 33.83% from 606); Max value from RGB is 218 - color contains mainly: green. Hex color #B7DACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DACD is #482532. Grayscale: #CECECE. Windows color (decimal): -4728115 or 13490871. OLE color: 13490871.

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

Color convert

RGB183218205-
CMYK0.1600.060.15
HSL157.71º32.11%78.63%-
HSV(B)157.71º16.06%85.49%-
XYZ55.6264.6267.3-
YUV206.05127.4111.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.20%
GREEN value IS 218 (85.55% from 255) = 35.97%
BLUE value IS 205 (80.47% from 255) = 33.83%
R=30.20%
G=35.97%
B=33.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1832182050.1600.060.15157.7132.1178.63
HexB7DACD1006F9e204f
Octal26733231520061723640117
Binary1011011111011010110011011000001101111100111101000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DACD; }

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

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

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

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

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

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

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

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