Html Css Color HEX #B2A1EB Biloba Flower

📋 copy color: '#B2A1EB'

red 178 ◦ green 161 ◦ blue 235

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

Shades of Biloba Flower #B2A1EB

Tints of Biloba Flower #B2A1EB

RGB

 RED value IS 178 (69.92% from 255) = 31.01%

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

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

R = 31.01%
G = 28.05%
B = 40.94%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B2A1EB (or 0xB2A1EB) is known color: Biloba Flower. HEX triplet: B2, A1 and EB. RGB value is (178,161,235). Sum of RGB (Red+Green+Blue) = 178+161+235=574 (76% of max value = 765). Red value is 178 (69.92% from 255 or 31.01% from 574); Green value is 161 (63.28% from 255 or 28.05% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #B2A1EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2A1EB is #4D5E14. Grayscale: #AEAEAE. Windows color (decimal): -5070357 or 15442354. OLE color: 15442354.

HSL color Cylindrical-coordinate representation of color #B2A1EB: hue angle of 253.78º 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 #B2A1EB is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 161 235 -
CMYK 0.24 0.31 0 0.08
HSL 253.78º 0.65% 0.78% -
HSV(B) 253.78º 0.31% 0.92% -
XYZ 46.1 40.95 84.07 -
YUV 174.52 162.13 130.48 -
System Red Green Blue C M Y K H S L
Decimal 178 161 235 0.24 0.31 0 0.08 253.78 0.65 0.78
Hex B2 A1 EB 18 1F 0 8 FE 41 4E
Octal 262 241 353 30 37 0 10 376 101 116
Binary 10110010 10100001 11101011 11000 11111 0 1000 11111110 1000001 1001110

Color Harmonies of #B2A1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A1EB

Black with #B2A1EB

Text Example


Text Example

White with #B2A1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A1EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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