#B5DED5

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

Shades of Cruise #B5DED5

Tints of Cruise #B5DED5

Color information

#B5DED5 (or 0xB5DED5) is unknown color: approx Cruise. HEX triplet: B5, DE and D5. RGB value is (181,222,213). Sum of RGB (Red+Green+Blue) = 181+222+213=616 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.38% from 616); Green value is 222 (87.11% from 255 or 36.04% from 616); Blue value is 213 (83.59% from 255 or 34.58% from 616); Max value from RGB is 222 - color contains mainly: green. Hex color #B5DED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DED5 is #4A212A. Grayscale: #D0D0D0. Windows color (decimal): -4858155 or 14016181. OLE color: 14016181.

HSL color Cylindrical-coordinate representation of color #B5DED5: hue angle of 166.83º degrees, saturation: 0.38, 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 #B5DED5 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB181222213-
CMYK0.1800.040.13
HSL166.83º38.32%79.02%-
HSV(B)166.83º18.47%87.06%-
XYZ57.1966.8772.84-
YUV208.72130.42108.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.38%
GREEN value IS 222 (87.11% from 255) = 36.04%
BLUE value IS 213 (83.59% from 255) = 34.58%
R=29.38%
G=36.04%
B=34.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1812222130.1800.040.13166.8338.3279.02
HexB5DED51204Da7264f
Octal26533632522041524746117
Binary1011010111011110110101011001001001101101001111001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DED5; }

 p { color: rgb(181,222,213); }

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

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

 a { background-color: rgb(181,222,213); }

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

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

 span { border-color: rgb(181,222,213); }

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