Html Css Color HEX #B494CE Biloba Flower

📋 copy color: '#B494CE'

red 180 ◦ green 148 ◦ blue 206

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

Shades of Biloba Flower #B494CE

Tints of Biloba Flower #B494CE

RGB

 RED value IS 180 (70.7% from 255) = 33.71%

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

 BLUE value IS 206 (80.86% from 255) = 38.58%

R = 33.71%
G = 27.72%
B = 38.58%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B494CE (or 0xB494CE) is known color: Biloba Flower. HEX triplet: B4, 94 and CE. RGB value is (180,148,206). Sum of RGB (Red+Green+Blue) = 180+148+206=534 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.71% from 534); Green value is 148 (58.20% from 255 or 27.72% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #B494CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B494CE is #4B6B31. Grayscale: #A3A3A3. Windows color (decimal): -4942642 or 13538484. OLE color: 13538484.

HSL color Cylindrical-coordinate representation of color #B494CE: hue angle of 273.1º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B494CE is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 148 206 -
CMYK 0.13 0.28 0 0.19
HSL 273.1º 0.37% 0.69% -
HSV(B) 273.1º 0.28% 0.81% -
XYZ 40.55 35.34 63.08 -
YUV 164.18 151.6 139.28 -
System Red Green Blue C M Y K H S L
Decimal 180 148 206 0.13 0.28 0 0.19 273.1 0.37 0.69
Hex B4 94 CE D 1C 0 13 111 25 45
Octal 264 224 316 15 34 0 23 421 45 105
Binary 10110100 10010100 11001110 1101 11100 0 10011 100010001 100101 1000101

Color Harmonies of #B494CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B494CE

Black with #B494CE

Text Example


Text Example

White with #B494CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B494CE; }

 p { color: rgb(180,148,206); }

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

background-color css

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

 a { background-color: rgb(180,148,206); }

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

border-color css

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

 span { border-color: rgb(180,148,206); }

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