#B0DACA

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

Shades of Jet Stream #B0DACA

Tints of Jet Stream #B0DACA

Color information

#B0DACA (or 0xB0DACA) is unknown color: approx Jet Stream. HEX triplet: B0, DA and CA. RGB value is (176,218,202). Sum of RGB (Red+Green+Blue) = 176+218+202=596 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.53% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DACA is #4F2535. Grayscale: #CBCBCB. Windows color (decimal): -5186870 or 13294256. OLE color: 13294256.

HSL color Cylindrical-coordinate representation of color #B0DACA: hue angle of 157.14º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0DACA is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB176218202-
CMYK0.1900.070.15
HSL157.14º36.21%77.25%-
HSV(B)157.14º19.27%85.49%-
XYZ53.6463.6465.33-
YUV203.62127.09108.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.53%
GREEN value IS 218 (85.55% from 255) = 36.58%
BLUE value IS 202 (79.30% from 255) = 33.89%
R=29.53%
G=36.58%
B=33.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1762182020.1900.070.15157.1436.2177.25
HexB0DACA1307F9d244d
Octal26033231223071723544115
Binary1011000011011010110010101001101111111100111011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DACA; }

 p { color: rgb(176,218,202); }

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

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

 a { background-color: rgb(176,218,202); }

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

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

 span { border-color: rgb(176,218,202); }

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