Html Css Color HEX #B69DCC Biloba Flower

📋 copy color: '#B69DCC'

red 182 ◦ green 157 ◦ blue 204

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

Shades of Biloba Flower #B69DCC

Tints of Biloba Flower #B69DCC

RGB

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

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

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

R = 33.52%
G = 28.91%
B = 37.57%

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

#B69DCC (or 0xB69DCC) is known color: Biloba Flower. HEX triplet: B6, 9D and CC. RGB value is (182,157,204). Sum of RGB (Red+Green+Blue) = 182+157+204=543 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.52% from 543); Green value is 157 (61.72% from 255 or 28.91% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 204 - color contains mainly: blue. Hex color #B69DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69DCC is #496233. Grayscale: #A9A9A9. Windows color (decimal): -4809268 or 13409718. OLE color: 13409718.

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

Color convert

RGB 182 157 204 -
CMYK 0.11 0.23 0 0.2
HSL 271.91º 0.32% 0.71% -
HSV(B) 271.91º 0.23% 0.8% -
XYZ 42.25 38.42 62.32 -
YUV 169.83 147.28 136.68 -
System Red Green Blue C M Y K H S L
Decimal 182 157 204 0.11 0.23 0 0.2 271.91 0.32 0.71
Hex B6 9D CC B 17 0 14 110 20 47
Octal 266 235 314 13 27 0 24 420 40 107
Binary 10110110 10011101 11001100 1011 10111 0 10100 100010000 100000 1000111

Color Harmonies of #B69DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69DCC

Black with #B69DCC

Text Example


Text Example

White with #B69DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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