Html Css Color HEX #BA94E6 Biloba Flower

📋 copy color: '#BA94E6'

red 186 ◦ green 148 ◦ blue 230

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

Shades of Biloba Flower #BA94E6

Tints of Biloba Flower #BA94E6

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.24%

 BLUE value IS 230 (90.23% from 255) = 40.78%

R = 32.98%
G = 26.24%
B = 40.78%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA94E6 (or 0xBA94E6) is known color: Biloba Flower. HEX triplet: BA, 94 and E6. RGB value is (186,148,230). Sum of RGB (Red+Green+Blue) = 186+148+230=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 148 (58.20% from 255 or 26.24% from 564); Blue value is 230 (90.23% from 255 or 40.78% from 564); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA94E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA94E6 is #456B19. Grayscale: #A8A8A8. Windows color (decimal): -4549402 or 15111354. OLE color: 15111354.

HSL color Cylindrical-coordinate representation of color #BA94E6: hue angle of 267.8º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA94E6 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 148 230 -
CMYK 0.19 0.36 0 0.10
HSL 267.8º 0.62% 0.74% -
HSV(B) 267.8º 0.36% 0.9% -
XYZ 45.12 37.33 79.69 -
YUV 168.71 162.59 140.33 -
System Red Green Blue C M Y K H S L
Decimal 186 148 230 0.19 0.36 0 0.10 267.8 0.62 0.74
Hex BA 94 E6 13 24 0 A 10C 3E 4A
Octal 272 224 346 23 44 0 12 414 76 112
Binary 10111010 10010100 11100110 10011 100100 0 1010 100001100 111110 1001010

Color Harmonies of #BA94E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA94E6

Black with #BA94E6

Text Example


Text Example

White with #BA94E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA94E6; }

 p { color: rgb(186,148,230); }

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

background-color css

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

 a { background-color: rgb(186,148,230); }

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

border-color css

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

 span { border-color: rgb(186,148,230); }

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