#B2DDD0

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

Shades of Cruise #B2DDD0

Tints of Cruise #B2DDD0

Color information

#B2DDD0 (or 0xB2DDD0) is unknown color: approx Cruise. HEX triplet: B2, DD and D0. RGB value is (178,221,208). Sum of RGB (Red+Green+Blue) = 178+221+208=607 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.32% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 208 (81.64% from 255 or 34.27% from 607); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DDD0 is #4D222F. Grayscale: #CECECE. Windows color (decimal): -5055024 or 13688242. OLE color: 13688242.

HSL color Cylindrical-coordinate representation of color #B2DDD0: hue angle of 161.86º 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 #B2DDD0 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB178221208-
CMYK0.1900.060.13
HSL161.86º38.74%78.24%-
HSV(B)161.86º19.46%86.67%-
XYZ55.665.7369.43-
YUV206.66128.75107.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.32%
GREEN value IS 221 (86.72% from 255) = 36.41%
BLUE value IS 208 (81.64% from 255) = 34.27%
R=29.32%
G=36.41%
B=34.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1782212080.1900.060.13161.8638.7478.24
HexB2DDD01306Da2274e
Octal26233532023061524247116
Binary1011001011011101110100001001101101101101000101001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DDD0; }

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

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

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

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

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

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

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

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