Html Css Color HEX #B1A1EB Biloba Flower

📋 copy color: '#B1A1EB'

red 177 ◦ green 161 ◦ blue 235

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

Shades of Biloba Flower #B1A1EB

Tints of Biloba Flower #B1A1EB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.1%

 BLUE value IS 235 (92.19% from 255) = 41.01%

R = 30.89%
G = 28.1%
B = 41.01%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B1A1EB (or 0xB1A1EB) is known color: Biloba Flower. HEX triplet: B1, A1 and EB. RGB value is (177,161,235). Sum of RGB (Red+Green+Blue) = 177+161+235=573 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.89% from 573); Green value is 161 (63.28% from 255 or 28.10% from 573); Blue value is 235 (92.19% from 255 or 41.01% from 573); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1A1EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1A1EB is #4E5E14. Grayscale: #ADADAD. Windows color (decimal): -5135893 or 15442353. OLE color: 15442353.

HSL color Cylindrical-coordinate representation of color #B1A1EB: hue angle of 252.97º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1A1EB is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 161 235 -
CMYK 0.25 0.31 0 0.08
HSL 252.97º 0.65% 0.78% -
HSV(B) 252.97º 0.31% 0.92% -
XYZ 45.87 40.84 84.06 -
YUV 174.22 162.3 129.98 -
System Red Green Blue C M Y K H S L
Decimal 177 161 235 0.25 0.31 0 0.08 252.97 0.65 0.78
Hex B1 A1 EB 19 1F 0 8 FD 41 4E
Octal 261 241 353 31 37 0 10 375 101 116
Binary 10110001 10100001 11101011 11001 11111 0 1000 11111101 1000001 1001110

Color Harmonies of #B1A1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A1EB

Black with #B1A1EB

Text Example


Text Example

White with #B1A1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A1EB; }

 p { color: rgb(177,161,235); }

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

background-color css

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

 a { background-color: rgb(177,161,235); }

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

border-color css

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

 span { border-color: rgb(177,161,235); }

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