Html Css Color HEX #B0E5D1 Cruise

📋 copy color: '#B0E5D1'

red 176 ◦ green 229 ◦ blue 209

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

Shades of Cruise #B0E5D1

Tints of Cruise #B0E5D1

RGB

 RED value IS 176 (69.14% from 255) = 28.66%

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

 BLUE value IS 209 (82.03% from 255) = 34.04%

R = 28.66%
G = 37.3%
B = 34.04%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#B0E5D1 (or 0xB0E5D1) is known color: Cruise. HEX triplet: B0, E5 and D1. RGB value is (176,229,209). Sum of RGB (Red+Green+Blue) = 176+229+209=614 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.66% from 614); Green value is 229 (89.84% from 255 or 37.30% from 614); Blue value is 209 (82.03% from 255 or 34.04% from 614); Max value from RGB is 229 - color contains mainly: green. Hex color #B0E5D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E5D1 is #4F1A2E. Grayscale: #D2D2D2. Windows color (decimal): -5184047 or 13755824. OLE color: 13755824.

HSL color Cylindrical-coordinate representation of color #B0E5D1: hue angle of 157.36º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0E5D1 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB 176 229 209 -
CMYK 0.23 0 0.09 0.10
HSL 157.36º 0.5% 0.79% -
HSV(B) 157.36º 0.23% 0.9% -
XYZ 57.43 69.87 70.78 -
YUV 210.87 126.94 103.13 -
System Red Green Blue C M Y K H S L
Decimal 176 229 209 0.23 0 0.09 0.10 157.36 0.5 0.79
Hex B0 E5 D1 17 0 9 A 9D 32 4F
Octal 260 345 321 27 0 11 12 235 62 117
Binary 10110000 11100101 11010001 10111 0 1001 1010 10011101 110010 1001111

Color Harmonies of #B0E5D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E5D1

Black with #B0E5D1

Text Example


Text Example

White with #B0E5D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E5D1; }

 p { color: rgb(176,229,209); }

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

background-color css

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

 a { background-color: rgb(176,229,209); }

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

border-color css

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

 span { border-color: rgb(176,229,209); }

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