Html Css Color HEX #B69ECD Biloba Flower

📋 copy color: '#B69ECD'

red 182 ◦ green 158 ◦ blue 205

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

Shades of Biloba Flower #B69ECD

Tints of Biloba Flower #B69ECD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.99%

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

R = 33.39%
G = 28.99%
B = 37.61%

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

#B69ECD (or 0xB69ECD) is known color: Biloba Flower. HEX triplet: B6, 9E and CD. RGB value is (182,158,205). Sum of RGB (Red+Green+Blue) = 182+158+205=545 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.39% from 545); Green value is 158 (62.11% from 255 or 28.99% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 205 - color contains mainly: blue. Hex color #B69ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69ECD is #496132. Grayscale: #AAAAAA. Windows color (decimal): -4809011 or 13475510. OLE color: 13475510.

HSL color Cylindrical-coordinate representation of color #B69ECD: hue angle of 270.64º 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 #B69ECD is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 158 205 -
CMYK 0.11 0.23 0 0.20
HSL 270.64º 0.32% 0.71% -
HSV(B) 270.64º 0.23% 0.8% -
XYZ 42.54 38.81 63.01 -
YUV 170.53 147.45 136.18 -
System Red Green Blue C M Y K H S L
Decimal 182 158 205 0.11 0.23 0 0.20 270.64 0.32 0.71
Hex B6 9E CD B 17 0 14 10F 20 47
Octal 266 236 315 13 27 0 24 417 40 107
Binary 10110110 10011110 11001101 1011 10111 0 10100 100001111 100000 1000111

Color Harmonies of #B69ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69ECD

Black with #B69ECD

Text Example


Text Example

White with #B69ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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