Html Css Color HEX #B5EAD7 Cruise

📋 copy color: '#B5EAD7'

red 181 ◦ green 234 ◦ blue 215

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

Shades of Cruise #B5EAD7

Tints of Cruise #B5EAD7

RGB

 RED value IS 181 (71.09% from 255) = 28.73%

 GREEN value IS 234 (91.8% from 255) = 37.14%

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

R = 28.73%
G = 37.14%
B = 34.13%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#B5EAD7 (or 0xB5EAD7) is known color: Cruise. HEX triplet: B5, EA and D7. RGB value is (181,234,215). Sum of RGB (Red+Green+Blue) = 181+234+215=630 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.73% from 630); Green value is 234 (91.80% from 255 or 37.14% from 630); Blue value is 215 (84.38% from 255 or 34.13% from 630); Max value from RGB is 234 - color contains mainly: green. Hex color #B5EAD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EAD7 is #4A1528. Grayscale: #D8D8D8. Windows color (decimal): -4855081 or 14150325. OLE color: 14150325.

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

Color convert

RGB 181 234 215 -
CMYK 0.23 0 0.08 0.08
HSL 158.49º 0.56% 0.81% -
HSV(B) 158.49º 0.23% 0.92% -
XYZ 60.74 73.58 75.29 -
YUV 215.99 127.44 103.04 -
System Red Green Blue C M Y K H S L
Decimal 181 234 215 0.23 0 0.08 0.08 158.49 0.56 0.81
Hex B5 EA D7 17 0 8 8 9E 38 51
Octal 265 352 327 27 0 10 10 236 70 121
Binary 10110101 11101010 11010111 10111 0 1000 1000 10011110 111000 1010001

Color Harmonies of #B5EAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5EAD7

Black with #B5EAD7

Text Example


Text Example

White with #B5EAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5EAD7; }

 p { color: rgb(181,234,215); }

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

background-color css

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

 a { background-color: rgb(181,234,215); }

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

border-color css

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

 span { border-color: rgb(181,234,215); }

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