#B1E4CF

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

Shades of Cruise #B1E4CF

Tints of Cruise #B1E4CF

Color information

#B1E4CF (or 0xB1E4CF) is unknown color: approx Cruise. HEX triplet: B1, E4 and CF. RGB value is (177,228,207). Sum of RGB (Red+Green+Blue) = 177+228+207=612 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.92% from 612); Green value is 228 (89.45% from 255 or 37.25% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 228 - color contains mainly: green. Hex color #B1E4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E4CF is #4E1B30. Grayscale: #D2D2D2. Windows color (decimal): -5118769 or 13624497. OLE color: 13624497.

HSL color Cylindrical-coordinate representation of color #B1E4CF: hue angle of 155.29º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1E4CF is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB177228207-
CMYK0.2200.090.11
HSL155.29º48.57%79.41%-
HSV(B)155.29º22.37%89.41%-
XYZ57.1469.3469.4-
YUV210.36126.1104.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.92%
GREEN value IS 228 (89.45% from 255) = 37.25%
BLUE value IS 207 (81.25% from 255) = 33.82%
R=28.92%
G=37.25%
B=33.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1772282070.2200.090.11155.2948.5779.41
HexB1E4CF1609B9b314f
Octal261344317260111323361117
Binary10110001111001001100111110110010011011100110111100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E4CF; }

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

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

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

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

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

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

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

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