Html Css Color HEX #BA8CEE Biloba Flower

📋 copy color: '#BA8CEE'

red 186 ◦ green 140 ◦ blue 238

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

Shades of Biloba Flower #BA8CEE

Tints of Biloba Flower #BA8CEE

RGB

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

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

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

R = 32.98%
G = 24.82%
B = 42.2%

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

#BA8CEE (or 0xBA8CEE) is known color: Biloba Flower. HEX triplet: BA, 8C and EE. RGB value is (186,140,238). Sum of RGB (Red+Green+Blue) = 186+140+238=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 140 (55.08% from 255 or 24.82% 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 #BA8CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8CEE is #457311. Grayscale: #A4A4A4. Windows color (decimal): -4551442 or 15633594. OLE color: 15633594.

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

Color convert

RGB 186 140 238 -
CMYK 0.22 0.41 0 0.07
HSL 268.16º 0.74% 0.74% -
HSV(B) 268.16º 0.41% 0.93% -
XYZ 45.06 35.37 85.34 -
YUV 164.93 169.24 143.03 -
System Red Green Blue C M Y K H S L
Decimal 186 140 238 0.22 0.41 0 0.07 268.16 0.74 0.74
Hex BA 8C EE 16 29 0 7 10C 4A 4A
Octal 272 214 356 26 51 0 7 414 112 112
Binary 10111010 10001100 11101110 10110 101001 0 111 100001100 1001010 1001010

Color Harmonies of #BA8CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8CEE

Black with #BA8CEE

Text Example


Text Example

White with #BA8CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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