Html Css Color HEX #B0C9A5 Rainee

📋 copy color: '#B0C9A5'

red 176 ◦ green 201 ◦ blue 165

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

Shades of Rainee #B0C9A5

Tints of Rainee #B0C9A5

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.08%

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

R = 32.47%
G = 37.08%
B = 30.44%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#B0C9A5 (or 0xB0C9A5) is known color: Rainee. HEX triplet: B0, C9 and A5. RGB value is (176,201,165). Sum of RGB (Red+Green+Blue) = 176+201+165=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 201 (78.91% from 255 or 37.08% from 542); Blue value is 165 (64.84% from 255 or 30.44% from 542); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C9A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C9A5 is #4F365A. Grayscale: #BDBDBD. Windows color (decimal): -5191259 or 10865072. OLE color: 10865072.

HSL color Cylindrical-coordinate representation of color #B0C9A5: hue angle of 101.67º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0C9A5 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 201 165 -
CMYK 0.12 0 0.18 0.21
HSL 101.67º 0.25% 0.72% -
HSV(B) 101.67º 0.18% 0.79% -
XYZ 45.58 53.72 43.56 -
YUV 189.42 114.22 118.43 -
System Red Green Blue C M Y K H S L
Decimal 176 201 165 0.12 0 0.18 0.21 101.67 0.25 0.72
Hex B0 C9 A5 C 0 12 15 66 19 48
Octal 260 311 245 14 0 22 25 146 31 110
Binary 10110000 11001001 10100101 1100 0 10010 10101 1100110 11001 1001000

Color Harmonies of #B0C9A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C9A5

Black with #B0C9A5

Text Example


Text Example

White with #B0C9A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C9A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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