Html Css Color HEX #B69CDF Biloba Flower

📋 copy color: '#B69CDF'

red 182 ◦ green 156 ◦ blue 223

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

Shades of Biloba Flower #B69CDF

Tints of Biloba Flower #B69CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.75%

R = 32.44%
G = 27.81%
B = 39.75%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B69CDF (or 0xB69CDF) is known color: Biloba Flower. HEX triplet: B6, 9C and DF. RGB value is (182,156,223). Sum of RGB (Red+Green+Blue) = 182+156+223=561 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.44% from 561); Green value is 156 (61.33% from 255 or 27.81% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #B69CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69CDF is #496320. Grayscale: #ABABAB. Windows color (decimal): -4809505 or 14654646. OLE color: 14654646.

HSL color Cylindrical-coordinate representation of color #B69CDF: hue angle of 263.28º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B69CDF is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 156 223 -
CMYK 0.18 0.30 0 0.13
HSL 263.28º 0.51% 0.74% -
HSV(B) 263.28º 0.3% 0.87% -
XYZ 44.5 39.05 75 -
YUV 171.41 157.11 135.55 -
System Red Green Blue C M Y K H S L
Decimal 182 156 223 0.18 0.30 0 0.13 263.28 0.51 0.74
Hex B6 9C DF 12 1E 0 D 107 33 4A
Octal 266 234 337 22 36 0 15 407 63 112
Binary 10110110 10011100 11011111 10010 11110 0 1101 100000111 110011 1001010

Color Harmonies of #B69CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69CDF

Black with #B69CDF

Text Example


Text Example

White with #B69CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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