#B4EBD6

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

Shades of Cruise #B4EBD6

Tints of Cruise #B4EBD6

Color information

#B4EBD6 (or 0xB4EBD6) is unknown color: approx Cruise. HEX triplet: B4, EB and D6. RGB value is (180,235,214). Sum of RGB (Red+Green+Blue) = 180+235+214=629 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.62% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 214 (83.98% from 255 or 34.02% from 629); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EBD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EBD6 is #4B1429. Grayscale: #D8D8D8. Windows color (decimal): -4920362 or 14085044. OLE color: 14085044.

HSL color Cylindrical-coordinate representation of color #B4EBD6: hue angle of 157.09º 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 #B4EBD6 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB180235214-
CMYK0.2300.090.08
HSL157.09º57.89%81.37%-
HSV(B)157.09º23.4%92.16%-
XYZ60.6773.9774.7-
YUV216.16126.78102.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.62%
GREEN value IS 235 (92.19% from 255) = 37.36%
BLUE value IS 214 (83.98% from 255) = 34.02%
R=28.62%
G=37.36%
B=34.02%

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
Decimal1802352140.2300.090.08157.0957.8981.37
HexB4EBD6170989d3a51
Octal264353326270111023572121
Binary10110100111010111101011010111010011000100111011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EBD6; }

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

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

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

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

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

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

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

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