Html Css Color HEX #B88EEE Biloba Flower

📋 copy color: '#B88EEE'

red 184 ◦ green 142 ◦ blue 238

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

Shades of Biloba Flower #B88EEE

Tints of Biloba Flower #B88EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.2%

R = 32.62%
G = 25.18%
B = 42.2%

CMYK

 C value IS 0.23

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B88EEE (or 0xB88EEE) is known color: Biloba Flower. HEX triplet: B8, 8E and EE. RGB value is (184,142,238). Sum of RGB (Red+Green+Blue) = 184+142+238=564 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.62% from 564); Green value is 142 (55.86% from 255 or 25.18% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #B88EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88EEE is #477111. Grayscale: #A5A5A5. Windows color (decimal): -4682002 or 15634104. OLE color: 15634104.

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

Color convert

RGB 184 142 238 -
CMYK 0.23 0.40 0 0.07
HSL 266.25º 0.74% 0.75% -
HSV(B) 266.25º 0.4% 0.93% -
XYZ 44.87 35.71 85.42 -
YUV 165.5 168.91 141.19 -
System Red Green Blue C M Y K H S L
Decimal 184 142 238 0.23 0.40 0 0.07 266.25 0.74 0.75
Hex B8 8E EE 17 28 0 7 10A 4A 4B
Octal 270 216 356 27 50 0 7 412 112 113
Binary 10111000 10001110 11101110 10111 101000 0 111 100001010 1001010 1001011

Color Harmonies of #B88EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88EEE

Black with #B88EEE

Text Example


Text Example

White with #B88EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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