Html Css Color HEX #B69ACE Biloba Flower

📋 copy color: '#B69ACE'

red 182 ◦ green 154 ◦ blue 206

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

Shades of Biloba Flower #B69ACE

Tints of Biloba Flower #B69ACE

RGB

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

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

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

R = 33.58%
G = 28.41%
B = 38.01%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B69ACE (or 0xB69ACE) is known color: Biloba Flower. HEX triplet: B6, 9A and CE. RGB value is (182,154,206). Sum of RGB (Red+Green+Blue) = 182+154+206=542 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.58% from 542); Green value is 154 (60.55% from 255 or 28.41% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #B69ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69ACE is #496531. Grayscale: #A8A8A8. Windows color (decimal): -4810034 or 13540022. OLE color: 13540022.

HSL color Cylindrical-coordinate representation of color #B69ACE: hue angle of 272.31º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B69ACE is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 154 206 -
CMYK 0.12 0.25 0 0.19
HSL 272.31º 0.35% 0.71% -
HSV(B) 272.31º 0.25% 0.81% -
XYZ 41.99 37.51 63.42 -
YUV 168.3 149.28 137.77 -
System Red Green Blue C M Y K H S L
Decimal 182 154 206 0.12 0.25 0 0.19 272.31 0.35 0.71
Hex B6 9A CE C 19 0 13 110 23 47
Octal 266 232 316 14 31 0 23 420 43 107
Binary 10110110 10011010 11001110 1100 11001 0 10011 100010000 100011 1000111

Color Harmonies of #B69ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69ACE

Black with #B69ACE

Text Example


Text Example

White with #B69ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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