#B5DCD0

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

Shades of Cruise #B5DCD0

Tints of Cruise #B5DCD0

Color information

#B5DCD0 (or 0xB5DCD0) is unknown color: approx Cruise. HEX triplet: B5, DC and D0. RGB value is (181,220,208). Sum of RGB (Red+Green+Blue) = 181+220+208=609 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.72% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 208 (81.64% from 255 or 34.15% from 609); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DCD0 is #4A232F. Grayscale: #CECECE. Windows color (decimal): -4858672 or 13687989. OLE color: 13687989.

HSL color Cylindrical-coordinate representation of color #B5DCD0: hue angle of 161.54º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5DCD0 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB181220208-
CMYK0.1800.050.14
HSL161.54º35.78%78.63%-
HSV(B)161.54º17.73%86.27%-
XYZ56.0365.5669.38-
YUV206.97128.58109.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.72%
GREEN value IS 220 (86.33% from 255) = 36.12%
BLUE value IS 208 (81.64% from 255) = 34.15%
R=29.72%
G=36.12%
B=34.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1812202080.1800.050.14161.5435.7878.63
HexB5DCD01205Ea2244f
Octal26533432022051624244117
Binary1011010111011100110100001001001011110101000101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DCD0; }

 p { color: rgb(181,220,208); }

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

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

 a { background-color: rgb(181,220,208); }

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

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

 span { border-color: rgb(181,220,208); }

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