Html Css Color HEX #B5A2EC Biloba Flower

📋 copy color: '#B5A2EC'

red 181 ◦ green 162 ◦ blue 236

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

Shades of Biloba Flower #B5A2EC

Tints of Biloba Flower #B5A2EC

RGB

 RED value IS 181 (71.09% from 255) = 31.26%

 GREEN value IS 162 (63.67% from 255) = 27.98%

 BLUE value IS 236 (92.58% from 255) = 40.76%

R = 31.26%
G = 27.98%
B = 40.76%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B5A2EC (or 0xB5A2EC) is known color: Biloba Flower. HEX triplet: B5, A2 and EC. RGB value is (181,162,236). Sum of RGB (Red+Green+Blue) = 181+162+236=579 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.26% from 579); Green value is 162 (63.67% from 255 or 27.98% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #B5A2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A2EC is #4A5D13. Grayscale: #AFAFAF. Windows color (decimal): -4873492 or 15508149. OLE color: 15508149.

HSL color Cylindrical-coordinate representation of color #B5A2EC: hue angle of 255.41º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B5A2EC is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 162 236 -
CMYK 0.23 0.31 0 0.07
HSL 255.41º 0.66% 0.78% -
HSV(B) 255.41º 0.31% 0.93% -
XYZ 47.12 41.72 84.93 -
YUV 176.12 161.79 131.48 -
System Red Green Blue C M Y K H S L
Decimal 181 162 236 0.23 0.31 0 0.07 255.41 0.66 0.78
Hex B5 A2 EC 17 1F 0 7 FF 42 4E
Octal 265 242 354 27 37 0 7 377 102 116
Binary 10110101 10100010 11101100 10111 11111 0 111 11111111 1000010 1001110

Color Harmonies of #B5A2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A2EC

Black with #B5A2EC

Text Example


Text Example

White with #B5A2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A2EC; }

 p { color: rgb(181,162,236); }

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

background-color css

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

 a { background-color: rgb(181,162,236); }

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

border-color css

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

 span { border-color: rgb(181,162,236); }

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