Html Css Color HEX #B1A4EB Biloba Flower

📋 copy color: '#B1A4EB'

red 177 ◦ green 164 ◦ blue 235

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

Shades of Biloba Flower #B1A4EB

Tints of Biloba Flower #B1A4EB

RGB

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

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

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

R = 30.73%
G = 28.47%
B = 40.8%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B1A4EB (or 0xB1A4EB) is known color: Biloba Flower. HEX triplet: B1, A4 and EB. RGB value is (177,164,235). Sum of RGB (Red+Green+Blue) = 177+164+235=576 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.73% from 576); Green value is 164 (64.45% from 255 or 28.47% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1A4EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1A4EB is #4E5B14. Grayscale: #AFAFAF. Windows color (decimal): -5135125 or 15443121. OLE color: 15443121.

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

Color convert

RGB 177 164 235 -
CMYK 0.25 0.30 0 0.08
HSL 250.99º 0.64% 0.78% -
HSV(B) 250.99º 0.3% 0.92% -
XYZ 46.4 41.9 84.24 -
YUV 175.98 161.31 128.73 -
System Red Green Blue C M Y K H S L
Decimal 177 164 235 0.25 0.30 0 0.08 250.99 0.64 0.78
Hex B1 A4 EB 19 1E 0 8 FB 40 4E
Octal 261 244 353 31 36 0 10 373 100 116
Binary 10110001 10100100 11101011 11001 11110 0 1000 11111011 1000000 1001110

Color Harmonies of #B1A4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A4EB

Black with #B1A4EB

Text Example


Text Example

White with #B1A4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A4EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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