Html Css Color HEX #B1A6C9 Biloba Flower

📋 copy color: '#B1A6C9'

red 177 ◦ green 166 ◦ blue 201

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

Shades of Biloba Flower #B1A6C9

Tints of Biloba Flower #B1A6C9

RGB

 RED value IS 177 (69.53% from 255) = 32.54%

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

 BLUE value IS 201 (78.91% from 255) = 36.95%

R = 32.54%
G = 30.51%
B = 36.95%

CMYK

 C value IS 0.12

 M value IS 0.17

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B1A6C9 (or 0xB1A6C9) is known color: Biloba Flower. HEX triplet: B1, A6 and C9. RGB value is (177,166,201). Sum of RGB (Red+Green+Blue) = 177+166+201=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 166 (65.23% from 255 or 30.51% from 544); Blue value is 201 (78.91% from 255 or 36.95% from 544); Max value from RGB is 201 - color contains mainly: blue. Hex color #B1A6C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A6C9 is #4E5936. Grayscale: #ADADAD. Windows color (decimal): -5134647 or 13215409. OLE color: 13215409.

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

Color convert

RGB 177 166 201 -
CMYK 0.12 0.17 0 0.21
HSL 258.86º 0.24% 0.72% -
HSV(B) 258.86º 0.17% 0.79% -
XYZ 42.31 40.84 60.91 -
YUV 173.28 143.64 130.65 -
System Red Green Blue C M Y K H S L
Decimal 177 166 201 0.12 0.17 0 0.21 258.86 0.24 0.72
Hex B1 A6 C9 C 11 0 15 103 18 48
Octal 261 246 311 14 21 0 25 403 30 110
Binary 10110001 10100110 11001001 1100 10001 0 10101 100000011 11000 1001000

Color Harmonies of #B1A6C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A6C9

Black with #B1A6C9

Text Example


Text Example

White with #B1A6C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A6C9; }

 p { color: rgb(177,166,201); }

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

background-color css

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

 a { background-color: rgb(177,166,201); }

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

border-color css

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

 span { border-color: rgb(177,166,201); }

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