Html Css Color HEX #B1A3CF Biloba Flower

📋 copy color: '#B1A3CF'

red 177 ◦ green 163 ◦ blue 207

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

Shades of Biloba Flower #B1A3CF

Tints of Biloba Flower #B1A3CF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.8%

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

R = 32.36%
G = 29.8%
B = 37.84%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B1A3CF (or 0xB1A3CF) is known color: Biloba Flower. HEX triplet: B1, A3 and CF. RGB value is (177,163,207). Sum of RGB (Red+Green+Blue) = 177+163+207=547 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.36% from 547); Green value is 163 (64.06% from 255 or 29.80% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 207 - color contains mainly: blue. Hex color #B1A3CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A3CF is #4E5C30. Grayscale: #ACACAC. Windows color (decimal): -5135409 or 13607857. OLE color: 13607857.

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

Color convert

RGB 177 163 207 -
CMYK 0.14 0.21 0 0.19
HSL 259.09º 0.31% 0.73% -
HSV(B) 259.09º 0.21% 0.81% -
XYZ 42.49 40.05 64.52 -
YUV 172.2 147.64 131.42 -
System Red Green Blue C M Y K H S L
Decimal 177 163 207 0.14 0.21 0 0.19 259.09 0.31 0.73
Hex B1 A3 CF E 15 0 13 103 1F 49
Octal 261 243 317 16 25 0 23 403 37 111
Binary 10110001 10100011 11001111 1110 10101 0 10011 100000011 11111 1001001

Color Harmonies of #B1A3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A3CF

Black with #B1A3CF

Text Example


Text Example

White with #B1A3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A3CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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