Html Css Color HEX #B895EA Biloba Flower

📋 copy color: '#B895EA'

red 184 ◦ green 149 ◦ blue 234

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

Shades of Biloba Flower #B895EA

Tints of Biloba Flower #B895EA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.28%

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

R = 32.45%
G = 26.28%
B = 41.27%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B895EA (or 0xB895EA) is known color: Biloba Flower. HEX triplet: B8, 95 and EA. RGB value is (184,149,234). Sum of RGB (Red+Green+Blue) = 184+149+234=567 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.45% from 567); Green value is 149 (58.59% from 255 or 26.28% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #B895EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B895EA is #476A15. Grayscale: #A8A8A8. Windows color (decimal): -4680214 or 15373752. OLE color: 15373752.

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

Color convert

RGB 184 149 234 -
CMYK 0.21 0.36 0 0.08
HSL 264.71º 0.67% 0.75% -
HSV(B) 264.71º 0.36% 0.92% -
XYZ 45.37 37.63 82.71 -
YUV 169.16 164.6 138.59 -
System Red Green Blue C M Y K H S L
Decimal 184 149 234 0.21 0.36 0 0.08 264.71 0.67 0.75
Hex B8 95 EA 15 24 0 8 109 43 4B
Octal 270 225 352 25 44 0 10 411 103 113
Binary 10111000 10010101 11101010 10101 100100 0 1000 100001001 1000011 1001011

Color Harmonies of #B895EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B895EA

Black with #B895EA

Text Example


Text Example

White with #B895EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B895EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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