#B0EBD6

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

Shades of Cruise #B0EBD6

Tints of Cruise #B0EBD6

Color information

#B0EBD6 (or 0xB0EBD6) is unknown color: approx Cruise. HEX triplet: B0, EB and D6. RGB value is (176,235,214). Sum of RGB (Red+Green+Blue) = 176+235+214=625 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.16% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 214 (83.98% from 255 or 34.24% from 625); Max value from RGB is 235 - color contains mainly: green. Hex color #B0EBD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EBD6 is #4F1429. Grayscale: #D6D6D6. Windows color (decimal): -5182506 or 14085040. OLE color: 14085040.

HSL color Cylindrical-coordinate representation of color #B0EBD6: hue angle of 158.64º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0EBD6 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB176235214-
CMYK0.2500.090.08
HSL158.64º59.6%80.59%-
HSV(B)158.64º25.11%92.16%-
XYZ59.7573.574.66-
YUV214.96127.45100.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.16%
GREEN value IS 235 (92.19% from 255) = 37.6%
BLUE value IS 214 (83.98% from 255) = 34.24%
R=28.16%
G=37.6%
B=34.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1762352140.2500.090.08158.6459.680.59
HexB0EBD6190989f3c51
Octal260353326310111023774121
Binary10110000111010111101011011001010011000100111111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EBD6; }

 p { color: rgb(176,235,214); }

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

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

 a { background-color: rgb(176,235,214); }

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

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

 span { border-color: rgb(176,235,214); }

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