Html Css Color HEX #B896CF Biloba Flower

📋 copy color: '#B896CF'

red 184 ◦ green 150 ◦ blue 207

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

Shades of Biloba Flower #B896CF

Tints of Biloba Flower #B896CF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.73%

 BLUE value IS 207 (81.25% from 255) = 38.26%

R = 34.01%
G = 27.73%
B = 38.26%

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

#B896CF (or 0xB896CF) is known color: Biloba Flower. HEX triplet: B8, 96 and CF. RGB value is (184,150,207). Sum of RGB (Red+Green+Blue) = 184+150+207=541 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.01% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 207 - color contains mainly: blue. Hex color #B896CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B896CF is #476930. Grayscale: #A6A6A6. Windows color (decimal): -4679985 or 13604536. OLE color: 13604536.

HSL color Cylindrical-coordinate representation of color #B896CF: hue angle of 275.79º 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 #B896CF is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 150 207 -
CMYK 0.11 0.28 0 0.19
HSL 275.79º 0.37% 0.7% -
HSV(B) 275.79º 0.28% 0.81% -
XYZ 41.94 36.51 63.87 -
YUV 166.66 150.76 140.37 -
System Red Green Blue C M Y K H S L
Decimal 184 150 207 0.11 0.28 0 0.19 275.79 0.37 0.7
Hex B8 96 CF B 1C 0 13 114 25 46
Octal 270 226 317 13 34 0 23 424 45 106
Binary 10111000 10010110 11001111 1011 11100 0 10011 100010100 100101 1000110

Color Harmonies of #B896CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B896CF

Black with #B896CF

Text Example


Text Example

White with #B896CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B896CF; }

 p { color: rgb(184,150,207); }

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

background-color css

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

 a { background-color: rgb(184,150,207); }

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

border-color css

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

 span { border-color: rgb(184,150,207); }

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