#B0E3CF

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

Shades of Cruise #B0E3CF

Tints of Cruise #B0E3CF

Color information

#B0E3CF (or 0xB0E3CF) is unknown color: approx Cruise. HEX triplet: B0, E3 and CF. RGB value is (176,227,207). Sum of RGB (Red+Green+Blue) = 176+227+207=610 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.85% from 610); Green value is 227 (89.06% from 255 or 37.21% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 227 - color contains mainly: green. Hex color #B0E3CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E3CF is #4F1C30. Grayscale: #D1D1D1. Windows color (decimal): -5184561 or 13624240. OLE color: 13624240.

HSL color Cylindrical-coordinate representation of color #B0E3CF: hue angle of 156.47º degrees, saturation: 0.48, 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 #B0E3CF is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB176227207-
CMYK0.2200.090.11
HSL156.47º47.66%79.02%-
HSV(B)156.47º22.47%89.02%-
XYZ56.6468.6769.3-
YUV209.47126.6104.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.85%
GREEN value IS 227 (89.06% from 255) = 37.21%
BLUE value IS 207 (81.25% from 255) = 33.93%
R=28.85%
G=37.21%
B=33.93%

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
Decimal1762272070.2200.090.11156.4747.6679.02
HexB0E3CF1609B9c304f
Octal260343317260111323460117
Binary10110000111000111100111110110010011011100111001100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E3CF; }

 p { color: rgb(176,227,207); }

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

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

 a { background-color: rgb(176,227,207); }

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

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

 span { border-color: rgb(176,227,207); }

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