#B1E5D5

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

Shades of Cruise #B1E5D5

Tints of Cruise #B1E5D5

Color information

#B1E5D5 (or 0xB1E5D5) is unknown color: approx Cruise. HEX triplet: B1, E5 and D5. RGB value is (177,229,213). Sum of RGB (Red+Green+Blue) = 177+229+213=619 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.59% from 619); Green value is 229 (89.84% from 255 or 37.00% from 619); Blue value is 213 (83.59% from 255 or 34.41% from 619); Max value from RGB is 229 - color contains mainly: green. Hex color #B1E5D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E5D5 is #4E1A2A. Grayscale: #D3D3D3. Windows color (decimal): -5118507 or 14017969. OLE color: 14017969.

HSL color Cylindrical-coordinate representation of color #B1E5D5: hue angle of 161.54º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1E5D5 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB177229213-
CMYK0.2300.070.10
HSL161.54º50%79.61%-
HSV(B)161.54º22.71%89.8%-
XYZ58.1670.1973.43-
YUV211.63128.77103.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.59%
GREEN value IS 229 (89.84% from 255) = 37.00%
BLUE value IS 213 (83.59% from 255) = 34.41%
R=28.59%
G=37.00%
B=34.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1772292130.2300.070.10161.545079.61
HexB1E5D51707Aa23250
Octal26134532527071224262120
Binary1011000111100101110101011011101111010101000101100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E5D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E5D5; }

 p { color: rgb(177,229,213); }

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

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

 a { background-color: rgb(177,229,213); }

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

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

 span { border-color: rgb(177,229,213); }

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