Html Css Color HEX #B890ED Biloba Flower

📋 copy color: '#B890ED'

red 184 ◦ green 144 ◦ blue 237

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

Shades of Biloba Flower #B890ED

Tints of Biloba Flower #B890ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.95%

R = 32.57%
G = 25.49%
B = 41.95%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B890ED (or 0xB890ED) is known color: Biloba Flower. HEX triplet: B8, 90 and ED. RGB value is (184,144,237). Sum of RGB (Red+Green+Blue) = 184+144+237=565 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.57% from 565); Green value is 144 (56.64% from 255 or 25.49% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #B890ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B890ED is #476F12. Grayscale: #A6A6A6. Windows color (decimal): -4681491 or 15569080. OLE color: 15569080.

HSL color Cylindrical-coordinate representation of color #B890ED: hue angle of 265.81º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B890ED is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 144 237 -
CMYK 0.22 0.39 0 0.07
HSL 265.81º 0.72% 0.75% -
HSV(B) 265.81º 0.39% 0.93% -
XYZ 45.03 36.25 84.74 -
YUV 166.56 167.75 140.44 -
System Red Green Blue C M Y K H S L
Decimal 184 144 237 0.22 0.39 0 0.07 265.81 0.72 0.75
Hex B8 90 ED 16 27 0 7 10A 48 4B
Octal 270 220 355 26 47 0 7 412 110 113
Binary 10111000 10010000 11101101 10110 100111 0 111 100001010 1001000 1001011

Color Harmonies of #B890ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B890ED

Black with #B890ED

Text Example


Text Example

White with #B890ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B890ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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