Html Css Color HEX #B0A2EA Biloba Flower

📋 copy color: '#B0A2EA'

red 176 ◦ green 162 ◦ blue 234

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

Shades of Biloba Flower #B0A2EA

Tints of Biloba Flower #B0A2EA

RGB

 RED value IS 176 (69.14% from 255) = 30.77%

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

 BLUE value IS 234 (91.8% from 255) = 40.91%

R = 30.77%
G = 28.32%
B = 40.91%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B0A2EA (or 0xB0A2EA) is known color: Biloba Flower. HEX triplet: B0, A2 and EA. RGB value is (176,162,234). Sum of RGB (Red+Green+Blue) = 176+162+234=572 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.77% from 572); Green value is 162 (63.67% from 255 or 28.32% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #B0A2EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A2EA is #4F5D15. Grayscale: #AEAEAE. Windows color (decimal): -5201174 or 15377072. OLE color: 15377072.

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

Color convert

RGB 176 162 234 -
CMYK 0.25 0.31 0 0.08
HSL 251.67º 0.63% 0.78% -
HSV(B) 251.67º 0.31% 0.92% -
XYZ 45.68 41.01 83.35 -
YUV 174.39 161.64 129.15 -
System Red Green Blue C M Y K H S L
Decimal 176 162 234 0.25 0.31 0 0.08 251.67 0.63 0.78
Hex B0 A2 EA 19 1F 0 8 FC 3F 4E
Octal 260 242 352 31 37 0 10 374 77 116
Binary 10110000 10100010 11101010 11001 11111 0 1000 11111100 111111 1001110

Color Harmonies of #B0A2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A2EA

Black with #B0A2EA

Text Example


Text Example

White with #B0A2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A2EA; }

 p { color: rgb(176,162,234); }

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

background-color css

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

 a { background-color: rgb(176,162,234); }

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

border-color css

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

 span { border-color: rgb(176,162,234); }

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