#B1E0CF

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

Shades of Cruise #B1E0CF

Tints of Cruise #B1E0CF

Color information

#B1E0CF (or 0xB1E0CF) is unknown color: approx Cruise. HEX triplet: B1, E0 and CF. RGB value is (177,224,207). Sum of RGB (Red+Green+Blue) = 177+224+207=608 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.11% from 608); Green value is 224 (87.89% from 255 or 36.84% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 224 - color contains mainly: green. Hex color #B1E0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E0CF is #4E1F30. Grayscale: #D0D0D0. Windows color (decimal): -5119793 or 13623473. OLE color: 13623473.

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

Color convert

RGB177224207-
CMYK0.2100.080.12
HSL158.3º43.12%78.63%-
HSV(B)158.3º20.98%87.84%-
XYZ56.0567.1669.04-
YUV208.01127.43105.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.11%
GREEN value IS 224 (87.89% from 255) = 36.84%
BLUE value IS 207 (81.25% from 255) = 34.05%
R=29.11%
G=36.84%
B=34.05%

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
Decimal1772242070.2100.080.12158.343.1278.63
HexB1E0CF1508C9e2b4f
Octal261340317250101423653117
Binary10110001111000001100111110101010001100100111101010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E0CF; }

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

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

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

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

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

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

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

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