Html Css Color HEX #B4EBD7 Cruise

📋 copy color: '#B4EBD7'

red 180 ◦ green 235 ◦ blue 215

#B4EBD7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cruise #B4EBD7

Tints of Cruise #B4EBD7

RGB

 RED value IS 180 (70.7% from 255) = 28.57%

 GREEN value IS 235 (92.19% from 255) = 37.3%

 BLUE value IS 215 (84.38% from 255) = 34.13%

R = 28.57%
G = 37.3%
B = 34.13%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#B4EBD7 (or 0xB4EBD7) is known color: 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

RGB 180 235 215 -
CMYK 0.23 0 0.09 0.08
HSL 158.18º 0.58% 0.81% -
HSV(B) 158.18º 0.23% 0.92% -
XYZ 60.8 74.03 75.37 -
YUV 216.28 127.28 102.13 -
System Red Green Blue C M Y K H S L
Decimal 180 235 215 0.23 0 0.09 0.08 158.18 0.58 0.81
Hex B4 EB D7 17 0 9 8 9E 3A 51
Octal 264 353 327 27 0 11 10 236 72 121
Binary 10110100 11101011 11010111 10111 0 1001 1000 10011110 111010 1010001

Color Harmonies of #B4EBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4EBD7

Black with #B4EBD7

Text Example


Text Example

White with #B4EBD7

Text Example


Text Example

HTML Codes & Css Web 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>