#B0DDCD

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

Shades of Cruise #B0DDCD

Tints of Cruise #B0DDCD

Color information

#B0DDCD (or 0xB0DDCD) is unknown color: approx Cruise. HEX triplet: B0, DD and CD. RGB value is (176,221,205). Sum of RGB (Red+Green+Blue) = 176+221+205=602 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.24% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DDCD is #4F2232. Grayscale: #CDCDCD. Windows color (decimal): -5186099 or 13491632. OLE color: 13491632.

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

Color convert

RGB176221205-
CMYK0.2000.070.13
HSL158.67º39.82%77.84%-
HSV(B)158.67º20.36%86.67%-
XYZ54.7865.3567.48-
YUV205.72127.59106.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.24%
GREEN value IS 221 (86.72% from 255) = 36.71%
BLUE value IS 205 (80.47% from 255) = 34.05%
R=29.24%
G=36.71%
B=34.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1762212050.2000.070.13158.6739.8277.84
HexB0DDCD1407D9f284e
Octal26033531524071523750116
Binary1011000011011101110011011010001111101100111111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DDCD; }

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

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

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

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

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

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

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

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