Html Css Color HEX #B1A0EB Biloba Flower

📋 copy color: '#B1A0EB'

red 177 ◦ green 160 ◦ blue 235

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

Shades of Biloba Flower #B1A0EB

Tints of Biloba Flower #B1A0EB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 27.97%

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

R = 30.94%
G = 27.97%
B = 41.08%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B1A0EB (or 0xB1A0EB) is known color: Biloba Flower. HEX triplet: B1, A0 and EB. RGB value is (177,160,235). Sum of RGB (Red+Green+Blue) = 177+160+235=572 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.94% from 572); Green value is 160 (62.89% from 255 or 27.97% from 572); Blue value is 235 (92.19% from 255 or 41.08% from 572); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1A0EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1A0EB is #4E5F14. Grayscale: #ADADAD. Windows color (decimal): -5136149 or 15442097. OLE color: 15442097.

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

Color convert

RGB 177 160 235 -
CMYK 0.25 0.32 0 0.08
HSL 253.6º 0.65% 0.77% -
HSV(B) 253.6º 0.32% 0.92% -
XYZ 45.7 40.49 84 -
YUV 173.63 162.63 130.4 -
System Red Green Blue C M Y K H S L
Decimal 177 160 235 0.25 0.32 0 0.08 253.6 0.65 0.77
Hex B1 A0 EB 19 20 0 8 FE 41 4D
Octal 261 240 353 31 40 0 10 376 101 115
Binary 10110001 10100000 11101011 11001 100000 0 1000 11111110 1000001 1001101

Color Harmonies of #B1A0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A0EB

Black with #B1A0EB

Text Example


Text Example

White with #B1A0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A0EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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