Html Css Color HEX #B69CDB Biloba Flower

📋 copy color: '#B69CDB'

red 182 ◦ green 156 ◦ blue 219

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

Shades of Biloba Flower #B69CDB

Tints of Biloba Flower #B69CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.01%

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

R = 32.68%
G = 28.01%
B = 39.32%

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

#B69CDB (or 0xB69CDB) is known color: Biloba Flower. HEX triplet: B6, 9C and DB. RGB value is (182,156,219). Sum of RGB (Red+Green+Blue) = 182+156+219=557 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.68% from 557); Green value is 156 (61.33% from 255 or 28.01% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #B69CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69CDB is #496324. Grayscale: #AAAAAA. Windows color (decimal): -4809509 or 14392502. OLE color: 14392502.

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

Color convert

RGB 182 156 219 -
CMYK 0.17 0.29 0 0.14
HSL 264.76º 0.47% 0.74% -
HSV(B) 264.76º 0.29% 0.86% -
XYZ 43.97 38.84 72.2 -
YUV 170.96 155.11 135.88 -
System Red Green Blue C M Y K H S L
Decimal 182 156 219 0.17 0.29 0 0.14 264.76 0.47 0.74
Hex B6 9C DB 11 1D 0 E 109 2F 4A
Octal 266 234 333 21 35 0 16 411 57 112
Binary 10110110 10011100 11011011 10001 11101 0 1110 100001001 101111 1001010

Color Harmonies of #B69CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69CDB

Black with #B69CDB

Text Example


Text Example

White with #B69CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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