Html Css Color HEX #B88DED Biloba Flower

📋 copy color: '#B88DED'

red 184 ◦ green 141 ◦ blue 237

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

Shades of Biloba Flower #B88DED

Tints of Biloba Flower #B88DED

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.09%

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

R = 32.74%
G = 25.09%
B = 42.17%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B88DED (or 0xB88DED) is known color: Biloba Flower. HEX triplet: B8, 8D and ED. RGB value is (184,141,237). Sum of RGB (Red+Green+Blue) = 184+141+237=562 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.74% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 237 - color contains mainly: blue. Hex color #B88DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88DED is #477212. Grayscale: #A4A4A4. Windows color (decimal): -4682259 or 15568312. OLE color: 15568312.

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

Color convert

RGB 184 141 237 -
CMYK 0.22 0.41 0 0.07
HSL 266.88º 0.73% 0.74% -
HSV(B) 266.88º 0.41% 0.93% -
XYZ 44.58 35.35 84.6 -
YUV 164.8 168.75 141.69 -
System Red Green Blue C M Y K H S L
Decimal 184 141 237 0.22 0.41 0 0.07 266.88 0.73 0.74
Hex B8 8D ED 16 29 0 7 10B 49 4A
Octal 270 215 355 26 51 0 7 413 111 112
Binary 10111000 10001101 11101101 10110 101001 0 111 100001011 1001001 1001010

Color Harmonies of #B88DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88DED

Black with #B88DED

Text Example


Text Example

White with #B88DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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