Html Css Color HEX #B0A6C1 Biloba Flower

📋 copy color: '#B0A6C1'

red 176 ◦ green 166 ◦ blue 193

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

Shades of Biloba Flower #B0A6C1

Tints of Biloba Flower #B0A6C1

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.03%

 BLUE value IS 193 (75.78% from 255) = 36.07%

R = 32.9%
G = 31.03%
B = 36.07%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B0A6C1 (or 0xB0A6C1) is known color: Biloba Flower. HEX triplet: B0, A6 and C1. RGB value is (176,166,193). Sum of RGB (Red+Green+Blue) = 176+166+193=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 166 (65.23% from 255 or 31.03% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 193 - color contains mainly: blue. Hex color #B0A6C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A6C1 is #4F593E. Grayscale: #ABABAB. Windows color (decimal): -5200191 or 12691120. OLE color: 12691120.

HSL color Cylindrical-coordinate representation of color #B0A6C1: hue angle of 262.22º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B0A6C1 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 166 193 -
CMYK 0.09 0.14 0 0.24
HSL 262.22º 0.18% 0.7% -
HSV(B) 262.22º 0.14% 0.76% -
XYZ 41.17 40.35 56.07 -
YUV 172.07 139.81 130.8 -
System Red Green Blue C M Y K H S L
Decimal 176 166 193 0.09 0.14 0 0.24 262.22 0.18 0.7
Hex B0 A6 C1 9 E 0 18 106 12 46
Octal 260 246 301 11 16 0 30 406 22 106
Binary 10110000 10100110 11000001 1001 1110 0 11000 100000110 10010 1000110

Color Harmonies of #B0A6C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A6C1

Black with #B0A6C1

Text Example


Text Example

White with #B0A6C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A6C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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