Html Css Color HEX #B890EA Biloba Flower

📋 copy color: '#B890EA'

red 184 ◦ green 144 ◦ blue 234

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

Shades of Biloba Flower #B890EA

Tints of Biloba Flower #B890EA

RGB

 RED value IS 184 (72.27% from 255) = 32.74%

 GREEN value IS 144 (56.64% from 255) = 25.62%

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

R = 32.74%
G = 25.62%
B = 41.64%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B890EA (or 0xB890EA) is known color: Biloba Flower. HEX triplet: B8, 90 and EA. RGB value is (184,144,234). Sum of RGB (Red+Green+Blue) = 184+144+234=562 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.74% from 562); Green value is 144 (56.64% from 255 or 25.62% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #B890EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B890EA is #476F15. Grayscale: #A5A5A5. Windows color (decimal): -4681494 or 15372472. OLE color: 15372472.

HSL color Cylindrical-coordinate representation of color #B890EA: hue angle of 266.67º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B890EA is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 144 234 -
CMYK 0.21 0.38 0 0.08
HSL 266.67º 0.68% 0.74% -
HSV(B) 266.67º 0.38% 0.92% -
XYZ 44.59 36.08 82.46 -
YUV 166.22 166.25 140.68 -
System Red Green Blue C M Y K H S L
Decimal 184 144 234 0.21 0.38 0 0.08 266.67 0.68 0.74
Hex B8 90 EA 15 26 0 8 10B 44 4A
Octal 270 220 352 25 46 0 10 413 104 112
Binary 10111000 10010000 11101010 10101 100110 0 1000 100001011 1000100 1001010

Color Harmonies of #B890EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B890EA

Black with #B890EA

Text Example


Text Example

White with #B890EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B890EA; }

 p { color: rgb(184,144,234); }

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

background-color css

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

 a { background-color: rgb(184,144,234); }

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

border-color css

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

 span { border-color: rgb(184,144,234); }

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