Html Css Color HEX #B69BDC Biloba Flower

📋 copy color: '#B69BDC'

red 182 ◦ green 155 ◦ blue 220

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

Shades of Biloba Flower #B69BDC

Tints of Biloba Flower #B69BDC

RGB

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

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

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

R = 32.68%
G = 27.83%
B = 39.5%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B69BDC (or 0xB69BDC) is known color: Biloba Flower. HEX triplet: B6, 9B and DC. RGB value is (182,155,220). Sum of RGB (Red+Green+Blue) = 182+155+220=557 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.68% from 557); Green value is 155 (60.94% from 255 or 27.83% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #B69BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69BDC is #496423. Grayscale: #AAAAAA. Windows color (decimal): -4809764 or 14457782. OLE color: 14457782.

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

Color convert

RGB 182 155 220 -
CMYK 0.17 0.30 0 0.14
HSL 264.92º 0.48% 0.74% -
HSV(B) 264.92º 0.3% 0.86% -
XYZ 43.93 38.56 72.84 -
YUV 170.48 155.95 136.21 -
System Red Green Blue C M Y K H S L
Decimal 182 155 220 0.17 0.30 0 0.14 264.92 0.48 0.74
Hex B6 9B DC 11 1E 0 E 109 30 4A
Octal 266 233 334 21 36 0 16 411 60 112
Binary 10110110 10011011 11011100 10001 11110 0 1110 100001001 110000 1001010

Color Harmonies of #B69BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69BDC

Black with #B69BDC

Text Example


Text Example

White with #B69BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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