Html Css Color HEX #B69BDB Biloba Flower

📋 copy color: '#B69BDB'

red 182 ◦ green 155 ◦ blue 219

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

Shades of Biloba Flower #B69BDB

Tints of Biloba Flower #B69BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.39%

R = 32.73%
G = 27.88%
B = 39.39%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B69BDB (or 0xB69BDB) is known color: Biloba Flower. HEX triplet: B6, 9B and DB. RGB value is (182,155,219). Sum of RGB (Red+Green+Blue) = 182+155+219=556 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.73% from 556); Green value is 155 (60.94% from 255 or 27.88% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #B69BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69BDB is #496424. Grayscale: #AAAAAA. Windows color (decimal): -4809765 or 14392246. OLE color: 14392246.

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

Color convert

RGB 182 155 219 -
CMYK 0.17 0.29 0 0.14
HSL 265.31º 0.47% 0.73% -
HSV(B) 265.31º 0.29% 0.86% -
XYZ 43.8 38.5 72.14 -
YUV 170.37 155.45 136.3 -
System Red Green Blue C M Y K H S L
Decimal 182 155 219 0.17 0.29 0 0.14 265.31 0.47 0.73
Hex B6 9B DB 11 1D 0 E 109 2F 49
Octal 266 233 333 21 35 0 16 411 57 111
Binary 10110110 10011011 11011011 10001 11101 0 1110 100001001 101111 1001001

Color Harmonies of #B69BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69BDB

Black with #B69BDB

Text Example


Text Example

White with #B69BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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