Html Css Color HEX #B69ECE Biloba Flower

📋 copy color: '#B69ECE'

red 182 ◦ green 158 ◦ blue 206

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

Shades of Biloba Flower #B69ECE

Tints of Biloba Flower #B69ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.73%

R = 33.33%
G = 28.94%
B = 37.73%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B69ECE (or 0xB69ECE) is known color: Biloba Flower. HEX triplet: B6, 9E and CE. RGB value is (182,158,206). Sum of RGB (Red+Green+Blue) = 182+158+206=546 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.33% from 546); Green value is 158 (62.11% from 255 or 28.94% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 206 - color contains mainly: blue. Hex color #B69ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69ECE is #496131. Grayscale: #AAAAAA. Windows color (decimal): -4809010 or 13541046. OLE color: 13541046.

HSL color Cylindrical-coordinate representation of color #B69ECE: hue angle of 270º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B69ECE is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 158 206 -
CMYK 0.12 0.23 0 0.19
HSL 270º 0.33% 0.71% -
HSV(B) 270º 0.23% 0.81% -
XYZ 42.66 38.86 63.64 -
YUV 170.65 147.95 136.1 -
System Red Green Blue C M Y K H S L
Decimal 182 158 206 0.12 0.23 0 0.19 270 0.33 0.71
Hex B6 9E CE C 17 0 13 10E 21 47
Octal 266 236 316 14 27 0 23 416 41 107
Binary 10110110 10011110 11001110 1100 10111 0 10011 100001110 100001 1000111

Color Harmonies of #B69ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69ECE

Black with #B69ECE

Text Example


Text Example

White with #B69ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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