Html Css Color HEX #B895EC Biloba Flower

📋 copy color: '#B895EC'

red 184 ◦ green 149 ◦ blue 236

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

Shades of Biloba Flower #B895EC

Tints of Biloba Flower #B895EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.48%

R = 32.34%
G = 26.19%
B = 41.48%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B895EC (or 0xB895EC) is known color: Biloba Flower. HEX triplet: B8, 95 and EC. RGB value is (184,149,236). Sum of RGB (Red+Green+Blue) = 184+149+236=569 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.34% from 569); Green value is 149 (58.59% from 255 or 26.19% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #B895EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B895EC is #476A13. Grayscale: #A9A9A9. Windows color (decimal): -4680212 or 15504824. OLE color: 15504824.

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

Color convert

RGB 184 149 236 -
CMYK 0.22 0.37 0 0.07
HSL 264.14º 0.7% 0.75% -
HSV(B) 264.14º 0.37% 0.93% -
XYZ 45.65 37.74 84.24 -
YUV 169.38 165.6 138.43 -
System Red Green Blue C M Y K H S L
Decimal 184 149 236 0.22 0.37 0 0.07 264.14 0.7 0.75
Hex B8 95 EC 16 25 0 7 108 46 4B
Octal 270 225 354 26 45 0 7 410 106 113
Binary 10111000 10010101 11101100 10110 100101 0 111 100001000 1000110 1001011

Color Harmonies of #B895EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B895EC

Black with #B895EC

Text Example


Text Example

White with #B895EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B895EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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