Html Css Color HEX #B0CEA5 Rainee

📋 copy color: '#B0CEA5'

red 176 ◦ green 206 ◦ blue 165

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

Shades of Rainee #B0CEA5

Tints of Rainee #B0CEA5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.66%

 BLUE value IS 165 (64.84% from 255) = 30.16%

R = 32.18%
G = 37.66%
B = 30.16%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#B0CEA5 (or 0xB0CEA5) is known color: Rainee. HEX triplet: B0, CE and A5. RGB value is (176,206,165). Sum of RGB (Red+Green+Blue) = 176+206+165=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 165 (64.84% from 255 or 30.16% from 547); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CEA5 is #4F315A. Grayscale: #C0C0C0. Windows color (decimal): -5189979 or 10866352. OLE color: 10866352.

HSL color Cylindrical-coordinate representation of color #B0CEA5: hue angle of 103.9º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0CEA5 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 206 165 -
CMYK 0.15 0 0.20 0.19
HSL 103.9º 0.29% 0.73% -
HSV(B) 103.9º 0.2% 0.81% -
XYZ 46.77 56.09 43.96 -
YUV 192.36 112.56 116.33 -
System Red Green Blue C M Y K H S L
Decimal 176 206 165 0.15 0 0.20 0.19 103.9 0.29 0.73
Hex B0 CE A5 F 0 14 13 68 1D 49
Octal 260 316 245 17 0 24 23 150 35 111
Binary 10110000 11001110 10100101 1111 0 10100 10011 1101000 11101 1001001

Color Harmonies of #B0CEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CEA5

Black with #B0CEA5

Text Example


Text Example

White with #B0CEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CEA5; }

 p { color: rgb(176,206,165); }

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

background-color css

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

 a { background-color: rgb(176,206,165); }

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

border-color css

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

 span { border-color: rgb(176,206,165); }

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