#B2DECA

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

Shades of Cruise #B2DECA

Tints of Cruise #B2DECA

Color information

#B2DECA (or 0xB2DECA) is unknown color: approx Cruise. HEX triplet: B2, DE and CA. RGB value is (178,222,202). Sum of RGB (Red+Green+Blue) = 178+222+202=602 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.57% from 602); Green value is 222 (87.11% from 255 or 36.88% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 222 - color contains mainly: green. Hex color #B2DECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DECA is #4D2135. Grayscale: #CECECE. Windows color (decimal): -5054774 or 13295282. OLE color: 13295282.

HSL color Cylindrical-coordinate representation of color #B2DECA: hue angle of 152.73º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2DECA is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB178222202-
CMYK0.2000.090.13
HSL152.73º40%78.43%-
HSV(B)152.73º19.82%87.06%-
XYZ55.1465.9765.7-
YUV206.56125.42107.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.57%
GREEN value IS 222 (87.11% from 255) = 36.88%
BLUE value IS 202 (79.30% from 255) = 33.55%
R=29.57%
G=36.88%
B=33.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1782222020.2000.090.13152.734078.43
HexB2DECA1409D99284e
Octal262336312240111523150116
Binary10110010110111101100101010100010011101100110011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DECA; }

 p { color: rgb(178,222,202); }

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

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

 a { background-color: rgb(178,222,202); }

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

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

 span { border-color: rgb(178,222,202); }

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