#B7E5DA

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

Shades of Cruise #B7E5DA

Tints of Cruise #B7E5DA

Color information

#B7E5DA (or 0xB7E5DA) is unknown color: approx Cruise. HEX triplet: B7, E5 and DA. RGB value is (183,229,218). Sum of RGB (Red+Green+Blue) = 183+229+218=630 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.05% from 630); Green value is 229 (89.84% from 255 or 36.35% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 229 - color contains mainly: green. Hex color #B7E5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7E5DA is #481A25. Grayscale: #D5D5D5. Windows color (decimal): -4725286 or 14345655. OLE color: 14345655.

HSL color Cylindrical-coordinate representation of color #B7E5DA: hue angle of 165.65º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B7E5DA is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB183229218-
CMYK0.2000.050.10
HSL165.65º46.94%80.78%-
HSV(B)165.65º20.09%89.8%-
XYZ60.271.1776.89-
YUV213.99130.26105.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.05%
GREEN value IS 229 (89.84% from 255) = 36.35%
BLUE value IS 218 (85.55% from 255) = 34.60%
R=29.05%
G=36.35%
B=34.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1832292180.2000.050.10165.6546.9480.78
HexB7E5DA1405Aa62f51
Octal26734533224051224657121
Binary1011011111100101110110101010001011010101001101011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7E5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7E5DA; }

 p { color: rgb(183,229,218); }

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

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

 a { background-color: rgb(183,229,218); }

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

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

 span { border-color: rgb(183,229,218); }

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