Html Css Color HEX #B794CE Biloba Flower

📋 copy color: '#B794CE'

red 183 ◦ green 148 ◦ blue 206

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

Shades of Biloba Flower #B794CE

Tints of Biloba Flower #B794CE

RGB

 RED value IS 183 (71.88% from 255) = 34.08%

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

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

R = 34.08%
G = 27.56%
B = 38.36%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B794CE (or 0xB794CE) is known color: Biloba Flower. HEX triplet: B7, 94 and CE. RGB value is (183,148,206). Sum of RGB (Red+Green+Blue) = 183+148+206=537 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.08% from 537); Green value is 148 (58.20% from 255 or 27.56% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 206 - color contains mainly: blue. Hex color #B794CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B794CE is #486B31. Grayscale: #A4A4A4. Windows color (decimal): -4746034 or 13538487. OLE color: 13538487.

HSL color Cylindrical-coordinate representation of color #B794CE: hue angle of 276.21º 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 #B794CE is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 148 206 -
CMYK 0.11 0.28 0 0.19
HSL 276.21º 0.37% 0.69% -
HSV(B) 276.21º 0.28% 0.81% -
XYZ 41.26 35.7 63.11 -
YUV 165.08 151.1 140.78 -
System Red Green Blue C M Y K H S L
Decimal 183 148 206 0.11 0.28 0 0.19 276.21 0.37 0.69
Hex B7 94 CE B 1C 0 13 114 25 45
Octal 267 224 316 13 34 0 23 424 45 105
Binary 10110111 10010100 11001110 1011 11100 0 10011 100010100 100101 1000101

Color Harmonies of #B794CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B794CE

Black with #B794CE

Text Example


Text Example

White with #B794CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B794CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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