#B4DACA

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

Shades of Jet Stream #B4DACA

Tints of Jet Stream #B4DACA

Color information

#B4DACA (or 0xB4DACA) is unknown color: approx Jet Stream. HEX triplet: B4, DA and CA. RGB value is (180,218,202). Sum of RGB (Red+Green+Blue) = 180+218+202=600 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30% from 600); Green value is 218 (85.55% from 255 or 36.33% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 218 - color contains mainly: green. Hex color #B4DACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DACA is #4B2535. Grayscale: #CCCCCC. Windows color (decimal): -4924726 or 13294260. OLE color: 13294260.

HSL color Cylindrical-coordinate representation of color #B4DACA: hue angle of 154.74º degrees, saturation: 0.34, 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 #B4DACA is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB180218202-
CMYK0.1700.070.15
HSL154.74º33.93%78.04%-
HSV(B)154.74º17.43%85.49%-
XYZ54.5564.1165.38-
YUV204.81126.41110.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30%
GREEN value IS 218 (85.55% from 255) = 36.33%
BLUE value IS 202 (79.30% from 255) = 33.67%
R=30%
G=36.33%
B=33.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1802182020.1700.070.15154.7433.9378.04
HexB4DACA1107F9b224e
Octal26433231221071723342116
Binary1011010011011010110010101000101111111100110111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DACA; }

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

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

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

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

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

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

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

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