#B1EBD6

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

Shades of Cruise #B1EBD6

Tints of Cruise #B1EBD6

Color information

#B1EBD6 (or 0xB1EBD6) is unknown color: approx Cruise. HEX triplet: B1, EB and D6. RGB value is (177,235,214). Sum of RGB (Red+Green+Blue) = 177+235+214=626 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.27% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 214 (83.98% from 255 or 34.19% from 626); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EBD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EBD6 is #4E1429. Grayscale: #D7D7D7. Windows color (decimal): -5116970 or 14085041. OLE color: 14085041.

HSL color Cylindrical-coordinate representation of color #B1EBD6: hue angle of 158.28º 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 #B1EBD6 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB177235214-
CMYK0.2500.090.08
HSL158.28º59.18%80.78%-
HSV(B)158.28º24.68%92.16%-
XYZ59.9873.6274.67-
YUV215.26127.28100.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.27%
GREEN value IS 235 (92.19% from 255) = 37.54%
BLUE value IS 214 (83.98% from 255) = 34.19%
R=28.27%
G=37.54%
B=34.19%

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
Decimal1772352140.2500.090.08158.2859.1880.78
HexB1EBD6190989e3b51
Octal261353326310111023673121
Binary10110001111010111101011011001010011000100111101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EBD6; }

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

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

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

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

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

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

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

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