#B1E1D1

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

Shades of Cruise #B1E1D1

Tints of Cruise #B1E1D1

Color information

#B1E1D1 (or 0xB1E1D1) is unknown color: approx Cruise. HEX triplet: B1, E1 and D1. RGB value is (177,225,209). Sum of RGB (Red+Green+Blue) = 177+225+209=611 (80% of max value = 765). Red value is 177 (69.53% from 255 or 28.97% from 611); Green value is 225 (88.28% from 255 or 36.82% from 611); Blue value is 209 (82.03% from 255 or 34.21% from 611); Max value from RGB is 225 - color contains mainly: green. Hex color #B1E1D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E1D1 is #4E1E2E. Grayscale: #D0D0D0. Windows color (decimal): -5119535 or 13754801. OLE color: 13754801.

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

Color convert

RGB177225209-
CMYK0.2100.070.12
HSL160º44.44%78.82%-
HSV(B)160º21.33%88.24%-
XYZ56.5767.870.43-
YUV208.82128.1105.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.97%
GREEN value IS 225 (88.28% from 255) = 36.82%
BLUE value IS 209 (82.03% from 255) = 34.21%
R=28.97%
G=36.82%
B=34.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1772252090.2100.070.1216044.4478.82
HexB1E1D11507Ca02c4f
Octal26134132125071424054117
Binary1011000111100001110100011010101111100101000001011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E1D1; }

 p { color: rgb(177,225,209); }

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

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

 a { background-color: rgb(177,225,209); }

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

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

 span { border-color: rgb(177,225,209); }

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