Html Css Color HEX #B69ADC Biloba Flower

📋 copy color: '#B69ADC'

red 182 ◦ green 154 ◦ blue 220

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

Shades of Biloba Flower #B69ADC

Tints of Biloba Flower #B69ADC

RGB

 RED value IS 182 (71.48% from 255) = 32.73%

 GREEN value IS 154 (60.55% from 255) = 27.7%

 BLUE value IS 220 (86.33% from 255) = 39.57%

R = 32.73%
G = 27.7%
B = 39.57%

CMYK

 C value IS 0.17

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B69ADC (or 0xB69ADC) is known color: Biloba Flower. HEX triplet: B6, 9A and DC. RGB value is (182,154,220). Sum of RGB (Red+Green+Blue) = 182+154+220=556 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.73% from 556); Green value is 154 (60.55% from 255 or 27.70% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #B69ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69ADC is #496523. Grayscale: #A9A9A9. Windows color (decimal): -4810020 or 14457526. OLE color: 14457526.

HSL color Cylindrical-coordinate representation of color #B69ADC: hue angle of 265.45º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B69ADC is Cyan = 0.17, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 154 220 -
CMYK 0.17 0.3 0 0.14
HSL 265.45º 0.49% 0.73% -
HSV(B) 265.45º 0.3% 0.86% -
XYZ 43.77 38.22 72.78 -
YUV 169.9 156.28 136.63 -
System Red Green Blue C M Y K H S L
Decimal 182 154 220 0.17 0.3 0 0.14 265.45 0.49 0.73
Hex B6 9A DC 11 1E 0 E 109 31 49
Octal 266 232 334 21 36 0 16 411 61 111
Binary 10110110 10011010 11011100 10001 11110 0 1110 100001001 110001 1001001

Color Harmonies of #B69ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69ADC

Black with #B69ADC

Text Example


Text Example

White with #B69ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69ADC; }

 p { color: rgb(182,154,220); }

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

background-color css

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

 a { background-color: rgb(182,154,220); }

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

border-color css

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

 span { border-color: rgb(182,154,220); }

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