Html Css Color HEX #B2A2E4 Biloba Flower

📋 copy color: '#B2A2E4'

red 178 ◦ green 162 ◦ blue 228

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

Shades of Biloba Flower #B2A2E4

Tints of Biloba Flower #B2A2E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40.14%

R = 31.34%
G = 28.52%
B = 40.14%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B2A2E4 (or 0xB2A2E4) is known color: Biloba Flower. HEX triplet: B2, A2 and E4. RGB value is (178,162,228). Sum of RGB (Red+Green+Blue) = 178+162+228=568 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.34% from 568); Green value is 162 (63.67% from 255 or 28.52% from 568); Blue value is 228 (89.45% from 255 or 40.14% from 568); Max value from RGB is 228 - color contains mainly: blue. Hex color #B2A2E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A2E4 is #4D5D1B. Grayscale: #AEAEAE. Windows color (decimal): -5070108 or 14983858. OLE color: 14983858.

HSL color Cylindrical-coordinate representation of color #B2A2E4: hue angle of 254.55º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2A2E4 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 178 162 228 -
CMYK 0.22 0.29 0 0.11
HSL 254.55º 0.55% 0.76% -
HSV(B) 254.55º 0.29% 0.89% -
XYZ 45.28 40.91 78.91 -
YUV 174.31 158.3 130.63 -
System Red Green Blue C M Y K H S L
Decimal 178 162 228 0.22 0.29 0 0.11 254.55 0.55 0.76
Hex B2 A2 E4 16 1D 0 B FF 37 4C
Octal 262 242 344 26 35 0 13 377 67 114
Binary 10110010 10100010 11100100 10110 11101 0 1011 11111111 110111 1001100

Color Harmonies of #B2A2E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A2E4

Black with #B2A2E4

Text Example


Text Example

White with #B2A2E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A2E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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