#B0E0CF

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

Shades of Cruise #B0E0CF

Tints of Cruise #B0E0CF

Color information

#B0E0CF (or 0xB0E0CF) is unknown color: approx Cruise. HEX triplet: B0, E0 and CF. RGB value is (176,224,207). Sum of RGB (Red+Green+Blue) = 176+224+207=607 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.00% from 607); Green value is 224 (87.89% from 255 or 36.90% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E0CF is #4F1F30. Grayscale: #CFCFCF. Windows color (decimal): -5185329 or 13623472. OLE color: 13623472.

HSL color Cylindrical-coordinate representation of color #B0E0CF: hue angle of 158.75º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0E0CF is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB176224207-
CMYK0.2100.080.12
HSL158.75º43.64%78.43%-
HSV(B)158.75º21.43%87.84%-
XYZ55.8267.0569.03-
YUV207.71127.6105.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.00%
GREEN value IS 224 (87.89% from 255) = 36.90%
BLUE value IS 207 (81.25% from 255) = 34.10%
R=29.00%
G=36.90%
B=34.10%

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
Decimal1762242070.2100.080.12158.7543.6478.43
HexB0E0CF1508C9f2c4e
Octal260340317250101423754116
Binary10110000111000001100111110101010001100100111111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E0CF; }

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

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

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

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

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

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

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

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