Html Css Color HEX #BA8CED Biloba Flower

📋 copy color: '#BA8CED'

red 186 ◦ green 140 ◦ blue 237

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

Shades of Biloba Flower #BA8CED

Tints of Biloba Flower #BA8CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.1%

R = 33.04%
G = 24.87%
B = 42.1%

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

#BA8CED (or 0xBA8CED) is known color: Biloba Flower. HEX triplet: BA, 8C and ED. RGB value is (186,140,237). Sum of RGB (Red+Green+Blue) = 186+140+237=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 140 (55.08% from 255 or 24.87% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA8CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8CED is #457312. Grayscale: #A4A4A4. Windows color (decimal): -4551443 or 15568058. OLE color: 15568058.

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

Color convert

RGB 186 140 237 -
CMYK 0.22 0.41 0 0.07
HSL 268.45º 0.73% 0.74% -
HSV(B) 268.45º 0.41% 0.93% -
XYZ 44.91 35.31 84.57 -
YUV 164.81 168.74 143.11 -
System Red Green Blue C M Y K H S L
Decimal 186 140 237 0.22 0.41 0 0.07 268.45 0.73 0.74
Hex BA 8C ED 16 29 0 7 10C 49 4A
Octal 272 214 355 26 51 0 7 414 111 112
Binary 10111010 10001100 11101101 10110 101001 0 111 100001100 1001001 1001010

Color Harmonies of #BA8CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8CED

Black with #BA8CED

Text Example


Text Example

White with #BA8CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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