Html Css Color HEX #B0C8A6 Rainee

📋 copy color: '#B0C8A6'

red 176 ◦ green 200 ◦ blue 166

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

Shades of Rainee #B0C8A6

Tints of Rainee #B0C8A6

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.9%

 BLUE value IS 166 (65.23% from 255) = 30.63%

R = 32.47%
G = 36.9%
B = 30.63%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#B0C8A6 (or 0xB0C8A6) is known color: Rainee. HEX triplet: B0, C8 and A6. RGB value is (176,200,166). Sum of RGB (Red+Green+Blue) = 176+200+166=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 200 (78.52% from 255 or 36.90% from 542); Blue value is 166 (65.23% from 255 or 30.63% from 542); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C8A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C8A6 is #4F3759. Grayscale: #BDBDBD. Windows color (decimal): -5191514 or 10930352. OLE color: 10930352.

HSL color Cylindrical-coordinate representation of color #B0C8A6: hue angle of 102.35º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B0C8A6 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 200 166 -
CMYK 0.12 0 0.17 0.22
HSL 102.35º 0.24% 0.72% -
HSV(B) 102.35º 0.17% 0.78% -
XYZ 45.44 53.29 43.97 -
YUV 188.95 115.05 118.76 -
System Red Green Blue C M Y K H S L
Decimal 176 200 166 0.12 0 0.17 0.22 102.35 0.24 0.72
Hex B0 C8 A6 C 0 11 16 66 18 48
Octal 260 310 246 14 0 21 26 146 30 110
Binary 10110000 11001000 10100110 1100 0 10001 10110 1100110 11000 1001000

Color Harmonies of #B0C8A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C8A6

Black with #B0C8A6

Text Example


Text Example

White with #B0C8A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C8A6; }

 p { color: rgb(176,200,166); }

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

background-color css

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

 a { background-color: rgb(176,200,166); }

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

border-color css

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

 span { border-color: rgb(176,200,166); }

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