Html Css Color HEX #B1A1CF Biloba Flower

📋 copy color: '#B1A1CF'

red 177 ◦ green 161 ◦ blue 207

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

Shades of Biloba Flower #B1A1CF

Tints of Biloba Flower #B1A1CF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.54%

 BLUE value IS 207 (81.25% from 255) = 37.98%

R = 32.48%
G = 29.54%
B = 37.98%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B1A1CF (or 0xB1A1CF) is known color: Biloba Flower. HEX triplet: B1, A1 and CF. RGB value is (177,161,207). Sum of RGB (Red+Green+Blue) = 177+161+207=545 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.48% from 545); Green value is 161 (63.28% from 255 or 29.54% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 207 - color contains mainly: blue. Hex color #B1A1CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A1CF is #4E5E30. Grayscale: #AAAAAA. Windows color (decimal): -5135921 or 13607345. OLE color: 13607345.

HSL color Cylindrical-coordinate representation of color #B1A1CF: hue angle of 260.87º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1A1CF is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 161 207 -
CMYK 0.14 0.22 0 0.19
HSL 260.87º 0.32% 0.72% -
HSV(B) 260.87º 0.22% 0.81% -
XYZ 42.14 39.34 64.4 -
YUV 171.03 148.3 132.26 -
System Red Green Blue C M Y K H S L
Decimal 177 161 207 0.14 0.22 0 0.19 260.87 0.32 0.72
Hex B1 A1 CF E 16 0 13 105 20 48
Octal 261 241 317 16 26 0 23 405 40 110
Binary 10110001 10100001 11001111 1110 10110 0 10011 100000101 100000 1001000

Color Harmonies of #B1A1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A1CF

Black with #B1A1CF

Text Example


Text Example

White with #B1A1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A1CF; }

 p { color: rgb(177,161,207); }

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

background-color css

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

 a { background-color: rgb(177,161,207); }

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

border-color css

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

 span { border-color: rgb(177,161,207); }

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