Html Css Color HEX #BA8DEE Biloba Flower

📋 copy color: '#BA8DEE'

red 186 ◦ green 141 ◦ blue 238

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

Shades of Biloba Flower #BA8DEE

Tints of Biloba Flower #BA8DEE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.96%

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

R = 32.92%
G = 24.96%
B = 42.12%

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

#BA8DEE (or 0xBA8DEE) is known color: Biloba Flower. HEX triplet: BA, 8D and EE. RGB value is (186,141,238). Sum of RGB (Red+Green+Blue) = 186+141+238=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 141 (55.47% from 255 or 24.96% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA8DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8DEE is #457211. Grayscale: #A5A5A5. Windows color (decimal): -4551186 or 15633850. OLE color: 15633850.

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

Color convert

RGB 186 141 238 -
CMYK 0.22 0.41 0 0.07
HSL 267.84º 0.74% 0.74% -
HSV(B) 267.84º 0.41% 0.93% -
XYZ 45.21 35.66 85.39 -
YUV 165.51 168.91 142.61 -
System Red Green Blue C M Y K H S L
Decimal 186 141 238 0.22 0.41 0 0.07 267.84 0.74 0.74
Hex BA 8D EE 16 29 0 7 10C 4A 4A
Octal 272 215 356 26 51 0 7 414 112 112
Binary 10111010 10001101 11101110 10110 101001 0 111 100001100 1001010 1001010

Color Harmonies of #BA8DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8DEE

Black with #BA8DEE

Text Example


Text Example

White with #BA8DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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