#B5DDCD

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

Shades of Cruise #B5DDCD

Tints of Cruise #B5DDCD

Color information

#B5DDCD (or 0xB5DDCD) is unknown color: approx Cruise. HEX triplet: B5, DD and CD. RGB value is (181,221,205). Sum of RGB (Red+Green+Blue) = 181+221+205=607 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.82% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DDCD is #4A2232. Grayscale: #CFCFCF. Windows color (decimal): -4858419 or 13491637. OLE color: 13491637.

HSL color Cylindrical-coordinate representation of color #B5DDCD: hue angle of 156º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5DDCD is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB181221205-
CMYK0.1800.070.13
HSL156º37.04%78.82%-
HSV(B)156º18.1%86.67%-
XYZ55.9365.9467.54-
YUV207.22126.75109.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.82%
GREEN value IS 221 (86.72% from 255) = 36.41%
BLUE value IS 205 (80.47% from 255) = 33.77%
R=29.82%
G=36.41%
B=33.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1812212050.1800.070.1315637.0478.82
HexB5DDCD1207D9c254f
Octal26533531522071523445117
Binary1011010111011101110011011001001111101100111001001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DDCD; }

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

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

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

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

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

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

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

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