#B2DDCB

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

Shades of Cruise #B2DDCB

Tints of Cruise #B2DDCB

Color information

#B2DDCB (or 0xB2DDCB) is unknown color: approx Cruise. HEX triplet: B2, DD and CB. RGB value is (178,221,203). Sum of RGB (Red+Green+Blue) = 178+221+203=602 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.57% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DDCB is #4D2234. Grayscale: #CECECE. Windows color (decimal): -5055029 or 13360562. OLE color: 13360562.

HSL color Cylindrical-coordinate representation of color #B2DDCB: hue angle of 154.88º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2DDCB is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB178221203-
CMYK0.1900.080.13
HSL154.88º38.74%78.24%-
HSV(B)154.88º19.46%86.67%-
XYZ5565.4966.24-
YUV206.09126.25107.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.57%
GREEN value IS 221 (86.72% from 255) = 36.71%
BLUE value IS 203 (79.69% from 255) = 33.72%
R=29.57%
G=36.71%
B=33.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1782212030.1900.080.13154.8838.7478.24
HexB2DDCB1308D9b274e
Octal262335313230101523347116
Binary10110010110111011100101110011010001101100110111001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DDCB; }

 p { color: rgb(178,221,203); }

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

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

 a { background-color: rgb(178,221,203); }

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

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

 span { border-color: rgb(178,221,203); }

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