#B8E3DB

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

Shades of Cruise #B8E3DB

Tints of Cruise #B8E3DB

Color information

#B8E3DB (or 0xB8E3DB) is unknown color: approx Cruise. HEX triplet: B8, E3 and DB. RGB value is (184,227,219). Sum of RGB (Red+Green+Blue) = 184+227+219=630 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.21% from 630); Green value is 227 (89.06% from 255 or 36.03% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 227 - color contains mainly: green. Hex color #B8E3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8E3DB is #471C24. Grayscale: #D5D5D5. Windows color (decimal): -4660261 or 14410680. OLE color: 14410680.

HSL color Cylindrical-coordinate representation of color #B8E3DB: hue angle of 168.84º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B8E3DB is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB184227219-
CMYK0.1900.040.11
HSL168.84º43.43%80.59%-
HSV(B)168.84º18.94%89.02%-
XYZ60.0270.2477.41-
YUV213.23131.25107.15-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.21%
GREEN value IS 227 (89.06% from 255) = 36.03%
BLUE value IS 219 (85.94% from 255) = 34.76%
R=29.21%
G=36.03%
B=34.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1842272190.1900.040.11168.8443.4380.59
HexB8E3DB1304Ba92b51
Octal27034333323041325153121
Binary1011100011100011110110111001101001011101010011010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8E3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8E3DB; }

 p { color: rgb(184,227,219); }

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

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

 a { background-color: rgb(184,227,219); }

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

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

 span { border-color: rgb(184,227,219); }

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