Html Css Color HEX #B88ADB Biloba Flower

📋 copy color: '#B88ADB'

red 184 ◦ green 138 ◦ blue 219

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

Shades of Biloba Flower #B88ADB

Tints of Biloba Flower #B88ADB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.51%

 BLUE value IS 219 (85.94% from 255) = 40.48%

R = 34.01%
G = 25.51%
B = 40.48%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B88ADB (or 0xB88ADB) is known color: Biloba Flower. HEX triplet: B8, 8A and DB. RGB value is (184,138,219). Sum of RGB (Red+Green+Blue) = 184+138+219=541 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.01% from 541); Green value is 138 (54.30% from 255 or 25.51% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #B88ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88ADB is #477524. Grayscale: #A0A0A0. Windows color (decimal): -4683045 or 14387896. OLE color: 14387896.

HSL color Cylindrical-coordinate representation of color #B88ADB: hue angle of 274.07º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B88ADB is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 138 219 -
CMYK 0.16 0.37 0 0.14
HSL 274.07º 0.53% 0.7% -
HSV(B) 274.07º 0.37% 0.86% -
XYZ 41.64 33.48 71.29 -
YUV 160.99 160.74 144.41 -
System Red Green Blue C M Y K H S L
Decimal 184 138 219 0.16 0.37 0 0.14 274.07 0.53 0.7
Hex B8 8A DB 10 25 0 E 112 35 46
Octal 270 212 333 20 45 0 16 422 65 106
Binary 10111000 10001010 11011011 10000 100101 0 1110 100010010 110101 1000110

Color Harmonies of #B88ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88ADB

Black with #B88ADB

Text Example


Text Example

White with #B88ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88ADB; }

 p { color: rgb(184,138,219); }

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

background-color css

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

 a { background-color: rgb(184,138,219); }

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

border-color css

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

 span { border-color: rgb(184,138,219); }

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