Html Css Color HEX #B1A7DF Biloba Flower

📋 copy color: '#B1A7DF'

red 177 ◦ green 167 ◦ blue 223

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

Shades of Biloba Flower #B1A7DF

Tints of Biloba Flower #B1A7DF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.45%

 BLUE value IS 223 (87.5% from 255) = 39.33%

R = 31.22%
G = 29.45%
B = 39.33%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B1A7DF (or 0xB1A7DF) is known color: Biloba Flower. HEX triplet: B1, A7 and DF. RGB value is (177,167,223). Sum of RGB (Red+Green+Blue) = 177+167+223=567 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.22% from 567); Green value is 167 (65.62% from 255 or 29.45% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 223 - color contains mainly: blue. Hex color #B1A7DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A7DF is #4E5820. Grayscale: #B0B0B0. Windows color (decimal): -5134369 or 14657457. OLE color: 14657457.

HSL color Cylindrical-coordinate representation of color #B1A7DF: hue angle of 250.71º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1A7DF is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 167 223 -
CMYK 0.21 0.25 0 0.13
HSL 250.71º 0.47% 0.76% -
HSV(B) 250.71º 0.25% 0.87% -
XYZ 45.27 42.31 75.59 -
YUV 176.37 154.31 128.45 -
System Red Green Blue C M Y K H S L
Decimal 177 167 223 0.21 0.25 0 0.13 250.71 0.47 0.76
Hex B1 A7 DF 15 19 0 D FB 2F 4C
Octal 261 247 337 25 31 0 15 373 57 114
Binary 10110001 10100111 11011111 10101 11001 0 1101 11111011 101111 1001100

Color Harmonies of #B1A7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A7DF

Black with #B1A7DF

Text Example


Text Example

White with #B1A7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A7DF; }

 p { color: rgb(177,167,223); }

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

background-color css

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

 a { background-color: rgb(177,167,223); }

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

border-color css

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

 span { border-color: rgb(177,167,223); }

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