#B1E0CE

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

Shades of Cruise #B1E0CE

Tints of Cruise #B1E0CE

Color information

#B1E0CE (or 0xB1E0CE) is unknown color: approx Cruise. HEX triplet: B1, E0 and CE. RGB value is (177,224,206). Sum of RGB (Red+Green+Blue) = 177+224+206=607 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.16% from 607); Green value is 224 (87.89% from 255 or 36.90% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 224 - color contains mainly: green. Hex color #B1E0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E0CE is #4E1F31. Grayscale: #CFCFCF. Windows color (decimal): -5119794 or 13557937. OLE color: 13557937.

HSL color Cylindrical-coordinate representation of color #B1E0CE: hue angle of 157.02º degrees, saturation: 0.43, 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 #B1E0CE is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB177224206-
CMYK0.2100.080.12
HSL157.02º43.12%78.63%-
HSV(B)157.02º20.98%87.84%-
XYZ55.9367.1168.4-
YUV207.9126.93105.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.16%
GREEN value IS 224 (87.89% from 255) = 36.90%
BLUE value IS 206 (80.86% from 255) = 33.94%
R=29.16%
G=36.90%
B=33.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1772242060.2100.080.12157.0243.1278.63
HexB1E0CE1508C9d2b4f
Octal261340316250101423553117
Binary10110001111000001100111010101010001100100111011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E0CE; }

 p { color: rgb(177,224,206); }

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

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

 a { background-color: rgb(177,224,206); }

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

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

 span { border-color: rgb(177,224,206); }

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