Html Css Color HEX #B88EED Biloba Flower

📋 copy color: '#B88EED'

red 184 ◦ green 142 ◦ blue 237

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

Shades of Biloba Flower #B88EED

Tints of Biloba Flower #B88EED

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.22%

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

R = 32.68%
G = 25.22%
B = 42.1%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B88EED (or 0xB88EED) is known color: Biloba Flower. HEX triplet: B8, 8E and ED. RGB value is (184,142,237). Sum of RGB (Red+Green+Blue) = 184+142+237=563 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.68% from 563); Green value is 142 (55.86% from 255 or 25.22% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #B88EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88EED is #477112. Grayscale: #A5A5A5. Windows color (decimal): -4682003 or 15568568. OLE color: 15568568.

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

Color convert

RGB 184 142 237 -
CMYK 0.22 0.40 0 0.07
HSL 266.53º 0.73% 0.74% -
HSV(B) 266.53º 0.4% 0.93% -
XYZ 44.73 35.65 84.64 -
YUV 165.39 168.41 141.28 -
System Red Green Blue C M Y K H S L
Decimal 184 142 237 0.22 0.40 0 0.07 266.53 0.73 0.74
Hex B8 8E ED 16 28 0 7 10B 49 4A
Octal 270 216 355 26 50 0 7 413 111 112
Binary 10111000 10001110 11101101 10110 101000 0 111 100001011 1001001 1001010

Color Harmonies of #B88EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88EED

Black with #B88EED

Text Example


Text Example

White with #B88EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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