Html Css Color HEX #B895ED Biloba Flower

📋 copy color: '#B895ED'

red 184 ◦ green 149 ◦ blue 237

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

Shades of Biloba Flower #B895ED

Tints of Biloba Flower #B895ED

RGB

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

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

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

R = 32.28%
G = 26.14%
B = 41.58%

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

#B895ED (or 0xB895ED) is known color: Biloba Flower. HEX triplet: B8, 95 and ED. RGB value is (184,149,237). Sum of RGB (Red+Green+Blue) = 184+149+237=570 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.28% from 570); Green value is 149 (58.59% from 255 or 26.14% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #B895ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B895ED is #476A12. Grayscale: #A9A9A9. Windows color (decimal): -4680211 or 15570360. OLE color: 15570360.

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

Color convert

RGB 184 149 237 -
CMYK 0.22 0.37 0 0.07
HSL 263.86º 0.71% 0.76% -
HSV(B) 263.86º 0.37% 0.93% -
XYZ 45.8 37.8 85 -
YUV 169.5 166.1 138.34 -
System Red Green Blue C M Y K H S L
Decimal 184 149 237 0.22 0.37 0 0.07 263.86 0.71 0.76
Hex B8 95 ED 16 25 0 7 108 47 4C
Octal 270 225 355 26 45 0 7 410 107 114
Binary 10111000 10010101 11101101 10110 100101 0 111 100001000 1000111 1001100

Color Harmonies of #B895ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B895ED

Black with #B895ED

Text Example


Text Example

White with #B895ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B895ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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