#B4EBD7

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

Shades of Cruise #B4EBD7

Tints of Cruise #B4EBD7

Color information

#B4EBD7 (or 0xB4EBD7) is unknown color: approx Cruise. HEX triplet: B4, EB and D7. RGB value is (180,235,215). Sum of RGB (Red+Green+Blue) = 180+235+215=630 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.57% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 215 (84.38% from 255 or 34.13% from 630); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EBD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EBD7 is #4B1428. Grayscale: #D8D8D8. Windows color (decimal): -4920361 or 14150580. OLE color: 14150580.

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

Color convert

RGB180235215-
CMYK0.2300.090.08
HSL158.18º57.89%81.37%-
HSV(B)158.18º23.4%92.16%-
XYZ60.874.0375.37-
YUV216.27127.28102.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.57%
GREEN value IS 235 (92.19% from 255) = 37.30%
BLUE value IS 215 (84.38% from 255) = 34.13%
R=28.57%
G=37.30%
B=34.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1802352150.2300.090.08158.1857.8981.37
HexB4EBD7170989e3a51
Octal264353327270111023672121
Binary10110100111010111101011110111010011000100111101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EBD7; }

 p { color: rgb(180,235,215); }

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

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

 a { background-color: rgb(180,235,215); }

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

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

 span { border-color: rgb(180,235,215); }

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