Html Css Color HEX #B2A2E5 Biloba Flower

📋 copy color: '#B2A2E5'

red 178 ◦ green 162 ◦ blue 229

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

Shades of Biloba Flower #B2A2E5

Tints of Biloba Flower #B2A2E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.25%

R = 31.28%
G = 28.47%
B = 40.25%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B2A2E5 (or 0xB2A2E5) is known color: Biloba Flower. HEX triplet: B2, A2 and E5. RGB value is (178,162,229). Sum of RGB (Red+Green+Blue) = 178+162+229=569 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.28% from 569); Green value is 162 (63.67% from 255 or 28.47% from 569); Blue value is 229 (89.84% from 255 or 40.25% from 569); Max value from RGB is 229 - color contains mainly: blue. Hex color #B2A2E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A2E5 is #4D5D1A. Grayscale: #AEAEAE. Windows color (decimal): -5070107 or 15049394. OLE color: 15049394.

HSL color Cylindrical-coordinate representation of color #B2A2E5: hue angle of 254.33º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2A2E5 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 178 162 229 -
CMYK 0.22 0.29 0 0.10
HSL 254.33º 0.56% 0.77% -
HSV(B) 254.33º 0.29% 0.9% -
XYZ 45.42 40.96 79.64 -
YUV 174.42 158.8 130.55 -
System Red Green Blue C M Y K H S L
Decimal 178 162 229 0.22 0.29 0 0.10 254.33 0.56 0.77
Hex B2 A2 E5 16 1D 0 A FE 38 4D
Octal 262 242 345 26 35 0 12 376 70 115
Binary 10110010 10100010 11100101 10110 11101 0 1010 11111110 111000 1001101

Color Harmonies of #B2A2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A2E5

Black with #B2A2E5

Text Example


Text Example

White with #B2A2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A2E5; }

 p { color: rgb(178,162,229); }

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

background-color css

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

 a { background-color: rgb(178,162,229); }

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

border-color css

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

 span { border-color: rgb(178,162,229); }

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