#B4E1D2

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

Shades of Cruise #B4E1D2

Tints of Cruise #B4E1D2

Color information

#B4E1D2 (or 0xB4E1D2) is unknown color: approx Cruise. HEX triplet: B4, E1 and D2. RGB value is (180,225,210). Sum of RGB (Red+Green+Blue) = 180+225+210=615 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.27% from 615); Green value is 225 (88.28% from 255 or 36.59% from 615); Blue value is 210 (82.42% from 255 or 34.15% from 615); Max value from RGB is 225 - color contains mainly: green. Hex color #B4E1D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4E1D2 is #4B1E2D. Grayscale: #D1D1D1. Windows color (decimal): -4922926 or 13820340. OLE color: 13820340.

HSL color Cylindrical-coordinate representation of color #B4E1D2: hue angle of 160º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4E1D2 is Cyan = 0.2, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB180225210-
CMYK0.200.070.12
HSL160º42.86%79.41%-
HSV(B)160º20%88.24%-
XYZ57.3868.2171.11-
YUV209.83128.09106.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.27%
GREEN value IS 225 (88.28% from 255) = 36.59%
BLUE value IS 210 (82.42% from 255) = 34.15%
R=29.27%
G=36.59%
B=34.15%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1802252100.200.070.1216042.8679.41
HexB4E1D21407Ca02b4f
Octal26434132224071424053117
Binary1011010011100001110100101010001111100101000001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E1D2; }

 p { color: rgb(180,225,210); }

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

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

 a { background-color: rgb(180,225,210); }

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

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

 span { border-color: rgb(180,225,210); }

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