Html Css Color HEX #B1A4DE Biloba Flower

📋 copy color: '#B1A4DE'

red 177 ◦ green 164 ◦ blue 222

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

Shades of Biloba Flower #B1A4DE

Tints of Biloba Flower #B1A4DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.43%

R = 31.44%
G = 29.13%
B = 39.43%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B1A4DE (or 0xB1A4DE) is known color: Biloba Flower. HEX triplet: B1, A4 and DE. RGB value is (177,164,222). Sum of RGB (Red+Green+Blue) = 177+164+222=563 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.44% from 563); Green value is 164 (64.45% from 255 or 29.13% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 222 - color contains mainly: blue. Hex color #B1A4DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A4DE is #4E5B21. Grayscale: #AEAEAE. Windows color (decimal): -5135138 or 14591153. OLE color: 14591153.

HSL color Cylindrical-coordinate representation of color #B1A4DE: hue angle of 253.45º degrees, saturation: 0.47, 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 #B1A4DE is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 164 222 -
CMYK 0.20 0.26 0 0.13
HSL 253.45º 0.47% 0.76% -
HSV(B) 253.45º 0.26% 0.87% -
XYZ 44.59 41.17 74.7 -
YUV 174.5 154.81 129.78 -
System Red Green Blue C M Y K H S L
Decimal 177 164 222 0.20 0.26 0 0.13 253.45 0.47 0.76
Hex B1 A4 DE 14 1A 0 D FD 2F 4C
Octal 261 244 336 24 32 0 15 375 57 114
Binary 10110001 10100100 11011110 10100 11010 0 1101 11111101 101111 1001100

Color Harmonies of #B1A4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A4DE

Black with #B1A4DE

Text Example


Text Example

White with #B1A4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A4DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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