#B1EBD7

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

Shades of Cruise #B1EBD7

Tints of Cruise #B1EBD7

Color information

#B1EBD7 (or 0xB1EBD7) is unknown color: approx Cruise. HEX triplet: B1, EB and D7. RGB value is (177,235,215). Sum of RGB (Red+Green+Blue) = 177+235+215=627 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.23% from 627); Green value is 235 (92.19% from 255 or 37.48% from 627); Blue value is 215 (84.38% from 255 or 34.29% from 627); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EBD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EBD7 is #4E1428. Grayscale: #D7D7D7. Windows color (decimal): -5116969 or 14150577. OLE color: 14150577.

HSL color Cylindrical-coordinate representation of color #B1EBD7: hue angle of 159.31º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1EBD7 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB177235215-
CMYK0.2500.090.08
HSL159.31º59.18%80.78%-
HSV(B)159.31º24.68%92.16%-
XYZ60.1173.6775.34-
YUV215.38127.78100.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.23%
GREEN value IS 235 (92.19% from 255) = 37.48%
BLUE value IS 215 (84.38% from 255) = 34.29%
R=28.23%
G=37.48%
B=34.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1772352150.2500.090.08159.3159.1880.78
HexB1EBD7190989f3b51
Octal261353327310111023773121
Binary10110001111010111101011111001010011000100111111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EBD7; }

 p { color: rgb(177,235,215); }

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

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

 a { background-color: rgb(177,235,215); }

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

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

 span { border-color: rgb(177,235,215); }

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