Html Css Color HEX #BA8CE4 Biloba Flower

📋 copy color: '#BA8CE4'

red 186 ◦ green 140 ◦ blue 228

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

Shades of Biloba Flower #BA8CE4

Tints of Biloba Flower #BA8CE4

RGB

 RED value IS 186 (73.05% from 255) = 33.57%

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

 BLUE value IS 228 (89.45% from 255) = 41.16%

R = 33.57%
G = 25.27%
B = 41.16%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BA8CE4 (or 0xBA8CE4) is known color: Biloba Flower. HEX triplet: BA, 8C and E4. RGB value is (186,140,228). Sum of RGB (Red+Green+Blue) = 186+140+228=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 140 (55.08% from 255 or 25.27% from 554); Blue value is 228 (89.45% from 255 or 41.16% from 554); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA8CE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8CE4 is #45731B. Grayscale: #A3A3A3. Windows color (decimal): -4551452 or 14978234. OLE color: 14978234.

HSL color Cylindrical-coordinate representation of color #BA8CE4: hue angle of 271.36º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA8CE4 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 140 228 -
CMYK 0.18 0.39 0 0.11
HSL 271.36º 0.62% 0.72% -
HSV(B) 271.36º 0.39% 0.89% -
XYZ 43.63 34.8 77.82 -
YUV 163.79 164.24 143.84 -
System Red Green Blue C M Y K H S L
Decimal 186 140 228 0.18 0.39 0 0.11 271.36 0.62 0.72
Hex BA 8C E4 12 27 0 B 10F 3E 48
Octal 272 214 344 22 47 0 13 417 76 110
Binary 10111010 10001100 11100100 10010 100111 0 1011 100001111 111110 1001000

Color Harmonies of #BA8CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8CE4

Black with #BA8CE4

Text Example


Text Example

White with #BA8CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8CE4; }

 p { color: rgb(186,140,228); }

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

background-color css

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

 a { background-color: rgb(186,140,228); }

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

border-color css

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

 span { border-color: rgb(186,140,228); }

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