Html Css Color HEX #B0CEA9 Rainee

📋 copy color: '#B0CEA9'

red 176 ◦ green 206 ◦ blue 169

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

Shades of Rainee #B0CEA9

Tints of Rainee #B0CEA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 30.67%

R = 31.94%
G = 37.39%
B = 30.67%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#B0CEA9 (or 0xB0CEA9) is known color: Rainee. HEX triplet: B0, CE and A9. RGB value is (176,206,169). Sum of RGB (Red+Green+Blue) = 176+206+169=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 169 (66.41% from 255 or 30.67% from 551); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CEA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CEA9 is #4F3156. Grayscale: #C0C0C0. Windows color (decimal): -5189975 or 11128496. OLE color: 11128496.

HSL color Cylindrical-coordinate representation of color #B0CEA9: hue angle of 108.65º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0CEA9 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 206 169 -
CMYK 0.15 0 0.18 0.19
HSL 108.65º 0.27% 0.74% -
HSV(B) 108.65º 0.18% 0.81% -
XYZ 47.14 56.24 45.91 -
YUV 192.81 114.56 116.01 -
System Red Green Blue C M Y K H S L
Decimal 176 206 169 0.15 0 0.18 0.19 108.65 0.27 0.74
Hex B0 CE A9 F 0 12 13 6D 1B 4A
Octal 260 316 251 17 0 22 23 155 33 112
Binary 10110000 11001110 10101001 1111 0 10010 10011 1101101 11011 1001010

Color Harmonies of #B0CEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CEA9

Black with #B0CEA9

Text Example


Text Example

White with #B0CEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CEA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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