Html Css Color HEX #B890E0 Biloba Flower

📋 copy color: '#B890E0'

red 184 ◦ green 144 ◦ blue 224

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

Shades of Biloba Flower #B890E0

Tints of Biloba Flower #B890E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.58%

R = 33.33%
G = 26.09%
B = 40.58%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B890E0 (or 0xB890E0) is known color: Biloba Flower. HEX triplet: B8, 90 and E0. RGB value is (184,144,224). Sum of RGB (Red+Green+Blue) = 184+144+224=552 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.33% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 224 (87.89% from 255 or 40.58% from 552); Max value from RGB is 224 - color contains mainly: blue. Hex color #B890E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B890E0 is #476F1F. Grayscale: #A4A4A4. Windows color (decimal): -4681504 or 14717112. OLE color: 14717112.

HSL color Cylindrical-coordinate representation of color #B890E0: hue angle of 270º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B890E0 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 184 144 224 -
CMYK 0.18 0.36 0 0.12
HSL 270º 0.56% 0.72% -
HSV(B) 270º 0.36% 0.88% -
XYZ 43.19 35.52 75.1 -
YUV 165.08 161.25 141.5 -
System Red Green Blue C M Y K H S L
Decimal 184 144 224 0.18 0.36 0 0.12 270 0.56 0.72
Hex B8 90 E0 12 24 0 C 10E 38 48
Octal 270 220 340 22 44 0 14 416 70 110
Binary 10111000 10010000 11100000 10010 100100 0 1100 100001110 111000 1001000

Color Harmonies of #B890E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B890E0

Black with #B890E0

Text Example


Text Example

White with #B890E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B890E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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