Html Css Color HEX #B895E2 Biloba Flower

📋 copy color: '#B895E2'

red 184 ◦ green 149 ◦ blue 226

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

Shades of Biloba Flower #B895E2

Tints of Biloba Flower #B895E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 40.43%

R = 32.92%
G = 26.65%
B = 40.43%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B895E2 (or 0xB895E2) is known color: Biloba Flower. HEX triplet: B8, 95 and E2. RGB value is (184,149,226). Sum of RGB (Red+Green+Blue) = 184+149+226=559 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.92% from 559); Green value is 149 (58.59% from 255 or 26.65% from 559); Blue value is 226 (88.67% from 255 or 40.43% from 559); Max value from RGB is 226 - color contains mainly: blue. Hex color #B895E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B895E2 is #476A1D. Grayscale: #A7A7A7. Windows color (decimal): -4680222 or 14849464. OLE color: 14849464.

HSL color Cylindrical-coordinate representation of color #B895E2: hue angle of 267.27º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B895E2 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 184 149 226 -
CMYK 0.19 0.34 0 0.11
HSL 267.27º 0.57% 0.74% -
HSV(B) 267.27º 0.34% 0.89% -
XYZ 44.24 37.18 76.8 -
YUV 168.24 160.6 139.24 -
System Red Green Blue C M Y K H S L
Decimal 184 149 226 0.19 0.34 0 0.11 267.27 0.57 0.74
Hex B8 95 E2 13 22 0 B 10B 39 4A
Octal 270 225 342 23 42 0 13 413 71 112
Binary 10111000 10010101 11100010 10011 100010 0 1011 100001011 111001 1001010

Color Harmonies of #B895E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B895E2

Black with #B895E2

Text Example


Text Example

White with #B895E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B895E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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