Html Css Color HEX #B1A7DA Biloba Flower

📋 copy color: '#B1A7DA'

red 177 ◦ green 167 ◦ blue 218

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

Shades of Biloba Flower #B1A7DA

Tints of Biloba Flower #B1A7DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.79%

R = 31.49%
G = 29.72%
B = 38.79%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B1A7DA (or 0xB1A7DA) is known color: Biloba Flower. HEX triplet: B1, A7 and DA. RGB value is (177,167,218). Sum of RGB (Red+Green+Blue) = 177+167+218=562 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.49% from 562); Green value is 167 (65.62% from 255 or 29.72% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #B1A7DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A7DA is #4E5825. Grayscale: #AFAFAF. Windows color (decimal): -5134374 or 14329777. OLE color: 14329777.

HSL color Cylindrical-coordinate representation of color #B1A7DA: hue angle of 251.76º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1A7DA is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 167 218 -
CMYK 0.19 0.23 0 0.15
HSL 251.76º 0.41% 0.75% -
HSV(B) 251.76º 0.23% 0.85% -
XYZ 44.61 42.05 72.09 -
YUV 175.8 151.81 128.85 -
System Red Green Blue C M Y K H S L
Decimal 177 167 218 0.19 0.23 0 0.15 251.76 0.41 0.75
Hex B1 A7 DA 13 17 0 F FC 29 4B
Octal 261 247 332 23 27 0 17 374 51 113
Binary 10110001 10100111 11011010 10011 10111 0 1111 11111100 101001 1001011

Color Harmonies of #B1A7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A7DA

Black with #B1A7DA

Text Example


Text Example

White with #B1A7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A7DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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