Html Css Color HEX #B69ECC Biloba Flower

📋 copy color: '#B69ECC'

red 182 ◦ green 158 ◦ blue 204

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

Shades of Biloba Flower #B69ECC

Tints of Biloba Flower #B69ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.5%

R = 33.46%
G = 29.04%
B = 37.5%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B69ECC (or 0xB69ECC) is known color: Biloba Flower. HEX triplet: B6, 9E and CC. RGB value is (182,158,204). Sum of RGB (Red+Green+Blue) = 182+158+204=544 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.46% from 544); Green value is 158 (62.11% from 255 or 29.04% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 204 - color contains mainly: blue. Hex color #B69ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69ECC is #496133. Grayscale: #AAAAAA. Windows color (decimal): -4809012 or 13409974. OLE color: 13409974.

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

Color convert

RGB 182 158 204 -
CMYK 0.11 0.23 0 0.2
HSL 271.3º 0.31% 0.71% -
HSV(B) 271.3º 0.23% 0.8% -
XYZ 42.42 38.76 62.37 -
YUV 170.42 146.95 136.26 -
System Red Green Blue C M Y K H S L
Decimal 182 158 204 0.11 0.23 0 0.2 271.3 0.31 0.71
Hex B6 9E CC B 17 0 14 10F 1F 47
Octal 266 236 314 13 27 0 24 417 37 107
Binary 10110110 10011110 11001100 1011 10111 0 10100 100001111 11111 1000111

Color Harmonies of #B69ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69ECC

Black with #B69ECC

Text Example


Text Example

White with #B69ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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