Html Css Color HEX #BA90EB Biloba Flower

📋 copy color: '#BA90EB'

red 186 ◦ green 144 ◦ blue 235

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

Shades of Biloba Flower #BA90EB

Tints of Biloba Flower #BA90EB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.49%

 BLUE value IS 235 (92.19% from 255) = 41.59%

R = 32.92%
G = 25.49%
B = 41.59%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA90EB (or 0xBA90EB) is known color: Biloba Flower. HEX triplet: BA, 90 and EB. RGB value is (186,144,235). Sum of RGB (Red+Green+Blue) = 186+144+235=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 144 (56.64% from 255 or 25.49% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA90EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA90EB is #456F14. Grayscale: #A6A6A6. Windows color (decimal): -4550421 or 15438010. OLE color: 15438010.

HSL color Cylindrical-coordinate representation of color #BA90EB: hue angle of 267.69º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA90EB is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 144 235 -
CMYK 0.21 0.39 0 0.08
HSL 267.69º 0.69% 0.74% -
HSV(B) 267.69º 0.39% 0.92% -
XYZ 45.22 36.38 83.24 -
YUV 166.93 166.41 141.6 -
System Red Green Blue C M Y K H S L
Decimal 186 144 235 0.21 0.39 0 0.08 267.69 0.69 0.74
Hex BA 90 EB 15 27 0 8 10C 45 4A
Octal 272 220 353 25 47 0 10 414 105 112
Binary 10111010 10010000 11101011 10101 100111 0 1000 100001100 1000101 1001010

Color Harmonies of #BA90EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA90EB

Black with #BA90EB

Text Example


Text Example

White with #BA90EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA90EB; }

 p { color: rgb(186,144,235); }

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

background-color css

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

 a { background-color: rgb(186,144,235); }

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

border-color css

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

 span { border-color: rgb(186,144,235); }

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