Html Css Color HEX #B4E5D9 Cruise

📋 copy color: '#B4E5D9'

red 180 ◦ green 229 ◦ blue 217

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

Shades of Cruise #B4E5D9

Tints of Cruise #B4E5D9

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.58%

 BLUE value IS 217 (85.16% from 255) = 34.66%

R = 28.75%
G = 36.58%
B = 34.66%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#B4E5D9 (or 0xB4E5D9) is known color: Cruise. HEX triplet: B4, E5 and D9. RGB value is (180,229,217). Sum of RGB (Red+Green+Blue) = 180+229+217=626 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.75% from 626); Green value is 229 (89.84% from 255 or 36.58% from 626); Blue value is 217 (85.16% from 255 or 34.66% from 626); Max value from RGB is 229 - color contains mainly: green. Hex color #B4E5D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4E5D9 is #4B1A26. Grayscale: #D4D4D4. Windows color (decimal): -4921895 or 14280116. OLE color: 14280116.

HSL color Cylindrical-coordinate representation of color #B4E5D9: hue angle of 165.31º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4E5D9 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 180 229 217 -
CMYK 0.21 0 0.05 0.10
HSL 165.31º 0.49% 0.8% -
HSV(B) 165.31º 0.21% 0.9% -
XYZ 59.37 70.75 76.17 -
YUV 212.98 130.27 104.48 -
System Red Green Blue C M Y K H S L
Decimal 180 229 217 0.21 0 0.05 0.10 165.31 0.49 0.8
Hex B4 E5 D9 15 0 5 A A5 31 50
Octal 264 345 331 25 0 5 12 245 61 120
Binary 10110100 11100101 11011001 10101 0 101 1010 10100101 110001 1010000

Color Harmonies of #B4E5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4E5D9

Black with #B4E5D9

Text Example


Text Example

White with #B4E5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4E5D9; }

 p { color: rgb(180,229,217); }

 H1.HeaderClassName
 {
   color: #B4E5D9;
 }
 .AnyTagClassName
 {
   color: #B4E5D9;
 }
</style>

background-color css

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

 a { background-color: rgb(180,229,217); }

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

border-color css

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

 span { border-color: rgb(180,229,217); }

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