Html Css Color HEX #B69DCD Biloba Flower

📋 copy color: '#B69DCD'

red 182 ◦ green 157 ◦ blue 205

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

Shades of Biloba Flower #B69DCD

Tints of Biloba Flower #B69DCD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.86%

 BLUE value IS 205 (80.47% from 255) = 37.68%

R = 33.46%
G = 28.86%
B = 37.68%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B69DCD (or 0xB69DCD) is known color: Biloba Flower. HEX triplet: B6, 9D and CD. RGB value is (182,157,205). Sum of RGB (Red+Green+Blue) = 182+157+205=544 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.46% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 205 - color contains mainly: blue. Hex color #B69DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69DCD is #496232. Grayscale: #A9A9A9. Windows color (decimal): -4809267 or 13475254. OLE color: 13475254.

HSL color Cylindrical-coordinate representation of color #B69DCD: hue angle of 271.25º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B69DCD is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 157 205 -
CMYK 0.11 0.23 0 0.20
HSL 271.25º 0.32% 0.71% -
HSV(B) 271.25º 0.23% 0.8% -
XYZ 42.37 38.47 62.95 -
YUV 169.95 147.78 136.6 -
System Red Green Blue C M Y K H S L
Decimal 182 157 205 0.11 0.23 0 0.20 271.25 0.32 0.71
Hex B6 9D CD B 17 0 14 10F 20 47
Octal 266 235 315 13 27 0 24 417 40 107
Binary 10110110 10011101 11001101 1011 10111 0 10100 100001111 100000 1000111

Color Harmonies of #B69DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69DCD

Black with #B69DCD

Text Example


Text Example

White with #B69DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69DCD; }

 p { color: rgb(182,157,205); }

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

background-color css

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

 a { background-color: rgb(182,157,205); }

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

border-color css

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

 span { border-color: rgb(182,157,205); }

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