Html Css Color HEX #B69BD9 Biloba Flower

📋 copy color: '#B69BD9'

red 182 ◦ green 155 ◦ blue 217

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

Shades of Biloba Flower #B69BD9

Tints of Biloba Flower #B69BD9

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.98%

 BLUE value IS 217 (85.16% from 255) = 39.17%

R = 32.85%
G = 27.98%
B = 39.17%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B69BD9 (or 0xB69BD9) is known color: Biloba Flower. HEX triplet: B6, 9B and D9. RGB value is (182,155,217). Sum of RGB (Red+Green+Blue) = 182+155+217=554 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.85% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 217 (85.16% from 255 or 39.17% from 554); Max value from RGB is 217 - color contains mainly: blue. Hex color #B69BD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69BD9 is #496426. Grayscale: #A9A9A9. Windows color (decimal): -4809767 or 14261174. OLE color: 14261174.

HSL color Cylindrical-coordinate representation of color #B69BD9: hue angle of 266.13º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B69BD9 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 182 155 217 -
CMYK 0.16 0.29 0 0.15
HSL 266.13º 0.45% 0.73% -
HSV(B) 266.13º 0.29% 0.85% -
XYZ 43.54 38.4 70.76 -
YUV 170.14 154.45 136.46 -
System Red Green Blue C M Y K H S L
Decimal 182 155 217 0.16 0.29 0 0.15 266.13 0.45 0.73
Hex B6 9B D9 10 1D 0 F 10A 2D 49
Octal 266 233 331 20 35 0 17 412 55 111
Binary 10110110 10011011 11011001 10000 11101 0 1111 100001010 101101 1001001

Color Harmonies of #B69BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69BD9

Black with #B69BD9

Text Example


Text Example

White with #B69BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69BD9; }

 p { color: rgb(182,155,217); }

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

background-color css

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

 a { background-color: rgb(182,155,217); }

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

border-color css

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

 span { border-color: rgb(182,155,217); }

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