Html Css Color HEX #B895CE Biloba Flower

📋 copy color: '#B895CE'

red 184 ◦ green 149 ◦ blue 206

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

Shades of Biloba Flower #B895CE

Tints of Biloba Flower #B895CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.22%

R = 34.14%
G = 27.64%
B = 38.22%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B895CE (or 0xB895CE) is known color: Biloba Flower. HEX triplet: B8, 95 and CE. RGB value is (184,149,206). Sum of RGB (Red+Green+Blue) = 184+149+206=539 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.14% from 539); Green value is 149 (58.59% from 255 or 27.64% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 206 - color contains mainly: blue. Hex color #B895CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B895CE is #476A31. Grayscale: #A5A5A5. Windows color (decimal): -4680242 or 13538744. OLE color: 13538744.

HSL color Cylindrical-coordinate representation of color #B895CE: hue angle of 276.84º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B895CE is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 149 206 -
CMYK 0.11 0.28 0 0.19
HSL 276.84º 0.37% 0.7% -
HSV(B) 276.84º 0.28% 0.81% -
XYZ 41.66 36.14 63.17 -
YUV 165.96 150.6 140.87 -
System Red Green Blue C M Y K H S L
Decimal 184 149 206 0.11 0.28 0 0.19 276.84 0.37 0.7
Hex B8 95 CE B 1C 0 13 115 25 46
Octal 270 225 316 13 34 0 23 425 45 106
Binary 10111000 10010101 11001110 1011 11100 0 10011 100010101 100101 1000110

Color Harmonies of #B895CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B895CE

Black with #B895CE

Text Example


Text Example

White with #B895CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B895CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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