Html Css Color HEX #B1A4DF Biloba Flower

📋 copy color: '#B1A4DF'

red 177 ◦ green 164 ◦ blue 223

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

Shades of Biloba Flower #B1A4DF

Tints of Biloba Flower #B1A4DF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.08%

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

R = 31.38%
G = 29.08%
B = 39.54%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B1A4DF (or 0xB1A4DF) is known color: Biloba Flower. HEX triplet: B1, A4 and DF. RGB value is (177,164,223). Sum of RGB (Red+Green+Blue) = 177+164+223=564 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.38% from 564); Green value is 164 (64.45% from 255 or 29.08% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #B1A4DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A4DF is #4E5B20. Grayscale: #AEAEAE. Windows color (decimal): -5135137 or 14656689. OLE color: 14656689.

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

Color convert

RGB 177 164 223 -
CMYK 0.21 0.26 0 0.13
HSL 253.22º 0.48% 0.76% -
HSV(B) 253.22º 0.26% 0.87% -
XYZ 44.73 41.23 75.41 -
YUV 174.61 155.31 129.7 -
System Red Green Blue C M Y K H S L
Decimal 177 164 223 0.21 0.26 0 0.13 253.22 0.48 0.76
Hex B1 A4 DF 15 1A 0 D FD 30 4C
Octal 261 244 337 25 32 0 15 375 60 114
Binary 10110001 10100100 11011111 10101 11010 0 1101 11111101 110000 1001100

Color Harmonies of #B1A4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A4DF

Black with #B1A4DF

Text Example


Text Example

White with #B1A4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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