Html Css Color HEX #B0A4EA Biloba Flower

📋 copy color: '#B0A4EA'

red 176 ◦ green 164 ◦ blue 234

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

Shades of Biloba Flower #B0A4EA

Tints of Biloba Flower #B0A4EA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.57%

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

R = 30.66%
G = 28.57%
B = 40.77%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B0A4EA (or 0xB0A4EA) is known color: Biloba Flower. HEX triplet: B0, A4 and EA. RGB value is (176,164,234). Sum of RGB (Red+Green+Blue) = 176+164+234=574 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.66% from 574); Green value is 164 (64.45% from 255 or 28.57% from 574); Blue value is 234 (91.80% from 255 or 40.77% from 574); Max value from RGB is 234 - color contains mainly: blue. Hex color #B0A4EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A4EA is #4F5B15. Grayscale: #AFAFAF. Windows color (decimal): -5200662 or 15377584. OLE color: 15377584.

HSL color Cylindrical-coordinate representation of color #B0A4EA: hue angle of 250.29º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0A4EA is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 164 234 -
CMYK 0.25 0.30 0 0.08
HSL 250.29º 0.63% 0.78% -
HSV(B) 250.29º 0.3% 0.92% -
XYZ 46.03 41.72 83.47 -
YUV 175.57 160.98 128.31 -
System Red Green Blue C M Y K H S L
Decimal 176 164 234 0.25 0.30 0 0.08 250.29 0.63 0.78
Hex B0 A4 EA 19 1E 0 8 FA 3E 4E
Octal 260 244 352 31 36 0 10 372 76 116
Binary 10110000 10100100 11101010 11001 11110 0 1000 11111010 111110 1001110

Color Harmonies of #B0A4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A4EA

Black with #B0A4EA

Text Example


Text Example

White with #B0A4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A4EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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