#B2DDCD

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

Shades of Cruise #B2DDCD

Tints of Cruise #B2DDCD

Color information

#B2DDCD (or 0xB2DDCD) is unknown color: approx Cruise. HEX triplet: B2, DD and CD. RGB value is (178,221,205). Sum of RGB (Red+Green+Blue) = 178+221+205=604 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.47% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DDCD is #4D2232. Grayscale: #CECECE. Windows color (decimal): -5055027 or 13491634. OLE color: 13491634.

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

Color convert

RGB178221205-
CMYK0.1900.070.13
HSL157.67º38.74%78.24%-
HSV(B)157.67º19.46%86.67%-
XYZ55.2465.5967.51-
YUV206.32127.25107.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.47%
GREEN value IS 221 (86.72% from 255) = 36.59%
BLUE value IS 205 (80.47% from 255) = 33.94%
R=29.47%
G=36.59%
B=33.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1782212050.1900.070.13157.6738.7478.24
HexB2DDCD1307D9e274e
Octal26233531523071523647116
Binary1011001011011101110011011001101111101100111101001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DDCD; }

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

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

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

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

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

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

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

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