Html Css Color HEX #B3A2EC Biloba Flower

📋 copy color: '#B3A2EC'

red 179 ◦ green 162 ◦ blue 236

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

Shades of Biloba Flower #B3A2EC

Tints of Biloba Flower #B3A2EC

RGB

 RED value IS 179 (70.31% from 255) = 31.02%

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

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

R = 31.02%
G = 28.08%
B = 40.9%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B3A2EC (or 0xB3A2EC) is known color: Biloba Flower. HEX triplet: B3, A2 and EC. RGB value is (179,162,236). Sum of RGB (Red+Green+Blue) = 179+162+236=577 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.02% from 577); Green value is 162 (63.67% from 255 or 28.08% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 236 - color contains mainly: blue. Hex color #B3A2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3A2EC is #4C5D13. Grayscale: #AFAFAF. Windows color (decimal): -5004564 or 15508147. OLE color: 15508147.

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

Color convert

RGB 179 162 236 -
CMYK 0.24 0.31 0 0.07
HSL 253.78º 0.66% 0.78% -
HSV(B) 253.78º 0.31% 0.93% -
XYZ 46.65 41.48 84.9 -
YUV 175.52 162.13 130.48 -
System Red Green Blue C M Y K H S L
Decimal 179 162 236 0.24 0.31 0 0.07 253.78 0.66 0.78
Hex B3 A2 EC 18 1F 0 7 FE 42 4E
Octal 263 242 354 30 37 0 7 376 102 116
Binary 10110011 10100010 11101100 11000 11111 0 111 11111110 1000010 1001110

Color Harmonies of #B3A2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A2EC

Black with #B3A2EC

Text Example


Text Example

White with #B3A2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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