#B4DBD1

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

Shades of Cruise #B4DBD1

Tints of Cruise #B4DBD1

Color information

#B4DBD1 (or 0xB4DBD1) is unknown color: approx Cruise. HEX triplet: B4, DB and D1. RGB value is (180,219,209). Sum of RGB (Red+Green+Blue) = 180+219+209=608 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.61% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 209 (82.03% from 255 or 34.38% from 608); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DBD1 is #4B242E. Grayscale: #CECECE. Windows color (decimal): -4924463 or 13753268. OLE color: 13753268.

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

Color convert

RGB180219209-
CMYK0.1800.050.14
HSL164.62º35.14%78.24%-
HSV(B)164.62º17.81%85.88%-
XYZ55.6664.9769.93-
YUV206.2129.58109.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.61%
GREEN value IS 219 (85.94% from 255) = 36.02%
BLUE value IS 209 (82.03% from 255) = 34.38%
R=29.61%
G=36.02%
B=34.38%

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
Decimal1802192090.1800.050.14164.6235.1478.24
HexB4DBD11205Ea5234e
Octal26433332122051624543116
Binary1011010011011011110100011001001011110101001011000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DBD1; }

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

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

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

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

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

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

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

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