Html Css Color HEX #B69DD1 Biloba Flower

📋 copy color: '#B69DD1'

red 182 ◦ green 157 ◦ blue 209

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

Shades of Biloba Flower #B69DD1

Tints of Biloba Flower #B69DD1

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.65%

 BLUE value IS 209 (82.03% from 255) = 38.14%

R = 33.21%
G = 28.65%
B = 38.14%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B69DD1 (or 0xB69DD1) is known color: Biloba Flower. HEX triplet: B6, 9D and D1. RGB value is (182,157,209). Sum of RGB (Red+Green+Blue) = 182+157+209=548 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.21% from 548); Green value is 157 (61.72% from 255 or 28.65% from 548); Blue value is 209 (82.03% from 255 or 38.14% from 548); Max value from RGB is 209 - color contains mainly: blue. Hex color #B69DD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69DD1 is #49622E. Grayscale: #AAAAAA. Windows color (decimal): -4809263 or 13737398. OLE color: 13737398.

HSL color Cylindrical-coordinate representation of color #B69DD1: hue angle of 268.85º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B69DD1 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 182 157 209 -
CMYK 0.13 0.25 0 0.18
HSL 268.85º 0.36% 0.72% -
HSV(B) 268.85º 0.25% 0.82% -
XYZ 42.86 38.66 65.53 -
YUV 170.4 149.78 136.27 -
System Red Green Blue C M Y K H S L
Decimal 182 157 209 0.13 0.25 0 0.18 268.85 0.36 0.72
Hex B6 9D D1 D 19 0 12 10D 24 48
Octal 266 235 321 15 31 0 22 415 44 110
Binary 10110110 10011101 11010001 1101 11001 0 10010 100001101 100100 1001000

Color Harmonies of #B69DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69DD1

Black with #B69DD1

Text Example


Text Example

White with #B69DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69DD1; }

 p { color: rgb(182,157,209); }

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

background-color css

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

 a { background-color: rgb(182,157,209); }

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

border-color css

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

 span { border-color: rgb(182,157,209); }

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