Html Css Color HEX #B88CEC Biloba Flower

📋 copy color: '#B88CEC'

red 184 ◦ green 140 ◦ blue 236

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

Shades of Biloba Flower #B88CEC

Tints of Biloba Flower #B88CEC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25%

 BLUE value IS 236 (92.58% from 255) = 42.14%

R = 32.86%
G = 25%
B = 42.14%

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

#B88CEC (or 0xB88CEC) is known color: Biloba Flower. HEX triplet: B8, 8C and EC. RGB value is (184,140,236). Sum of RGB (Red+Green+Blue) = 184+140+236=560 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.86% from 560); Green value is 140 (55.08% from 255 or 25% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #B88CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88CEC is #477313. Grayscale: #A3A3A3. Windows color (decimal): -4682516 or 15502520. OLE color: 15502520.

HSL color Cylindrical-coordinate representation of color #B88CEC: hue angle of 267.5º degrees, saturation: 0.72, 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 #B88CEC is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 140 236 -
CMYK 0.22 0.41 0 0.07
HSL 267.5º 0.72% 0.74% -
HSV(B) 267.5º 0.41% 0.93% -
XYZ 44.29 35 83.78 -
YUV 164.1 168.58 142.19 -
System Red Green Blue C M Y K H S L
Decimal 184 140 236 0.22 0.41 0 0.07 267.5 0.72 0.74
Hex B8 8C EC 16 29 0 7 10C 48 4A
Octal 270 214 354 26 51 0 7 414 110 112
Binary 10111000 10001100 11101100 10110 101001 0 111 100001100 1001000 1001010

Color Harmonies of #B88CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88CEC

Black with #B88CEC

Text Example


Text Example

White with #B88CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88CEC; }

 p { color: rgb(184,140,236); }

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

background-color css

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

 a { background-color: rgb(184,140,236); }

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

border-color css

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

 span { border-color: rgb(184,140,236); }

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