Html Css Color HEX #B896E6 Biloba Flower

📋 copy color: '#B896E6'

red 184 ◦ green 150 ◦ blue 230

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

Shades of Biloba Flower #B896E6

Tints of Biloba Flower #B896E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.78%

R = 32.62%
G = 26.6%
B = 40.78%

CMYK

 C value IS 0.2

 M value IS 0.35

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B896E6 (or 0xB896E6) is known color: Biloba Flower. HEX triplet: B8, 96 and E6. RGB value is (184,150,230). Sum of RGB (Red+Green+Blue) = 184+150+230=564 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.62% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 230 (90.23% from 255 or 40.78% from 564); Max value from RGB is 230 - color contains mainly: blue. Hex color #B896E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B896E6 is #476919. Grayscale: #A9A9A9. Windows color (decimal): -4679962 or 15111864. OLE color: 15111864.

HSL color Cylindrical-coordinate representation of color #B896E6: hue angle of 265.5º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B896E6 is Cyan = 0.2, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 184 150 230 -
CMYK 0.2 0.35 0 0.10
HSL 265.5º 0.62% 0.75% -
HSV(B) 265.5º 0.35% 0.9% -
XYZ 44.96 37.72 79.77 -
YUV 169.29 162.26 138.5 -
System Red Green Blue C M Y K H S L
Decimal 184 150 230 0.2 0.35 0 0.10 265.5 0.62 0.75
Hex B8 96 E6 14 23 0 A 10A 3E 4B
Octal 270 226 346 24 43 0 12 412 76 113
Binary 10111000 10010110 11100110 10100 100011 0 1010 100001010 111110 1001011

Color Harmonies of #B896E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B896E6

Black with #B896E6

Text Example


Text Example

White with #B896E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B896E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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