#B5DBD1

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

Shades of Cruise #B5DBD1

Tints of Cruise #B5DBD1

Color information

#B5DBD1 (or 0xB5DBD1) is unknown color: approx Cruise. HEX triplet: B5, DB and D1. RGB value is (181,219,209). Sum of RGB (Red+Green+Blue) = 181+219+209=609 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.72% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 209 (82.03% from 255 or 34.32% from 609); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DBD1 is #4A242E. Grayscale: #CECECE. Windows color (decimal): -4858927 or 13753269. OLE color: 13753269.

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

Color convert

RGB181219209-
CMYK0.1700.050.14
HSL164.21º34.55%78.43%-
HSV(B)164.21º17.35%85.88%-
XYZ55.965.0969.94-
YUV206.5129.41109.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.72%
GREEN value IS 219 (85.94% from 255) = 35.96%
BLUE value IS 209 (82.03% from 255) = 34.32%
R=29.72%
G=35.96%
B=34.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1812192090.1700.050.14164.2134.5578.43
HexB5DBD11105Ea4234e
Octal26533332121051624443116
Binary1011010111011011110100011000101011110101001001000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DBD1; }

 p { color: rgb(181,219,209); }

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

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

 a { background-color: rgb(181,219,209); }

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

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

 span { border-color: rgb(181,219,209); }

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