Html Css Color HEX #B69CCC Biloba Flower

📋 copy color: '#B69CCC'

red 182 ◦ green 156 ◦ blue 204

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

Shades of Biloba Flower #B69CCC

Tints of Biloba Flower #B69CCC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.78%

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

R = 33.58%
G = 28.78%
B = 37.64%

CMYK

 C value IS 0.11

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B69CCC (or 0xB69CCC) is known color: Biloba Flower. HEX triplet: B6, 9C and CC. RGB value is (182,156,204). Sum of RGB (Red+Green+Blue) = 182+156+204=542 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.58% from 542); Green value is 156 (61.33% from 255 or 28.78% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 204 - color contains mainly: blue. Hex color #B69CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69CCC is #496333. Grayscale: #A9A9A9. Windows color (decimal): -4809524 or 13409462. OLE color: 13409462.

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

Color convert

RGB 182 156 204 -
CMYK 0.11 0.24 0 0.2
HSL 272.5º 0.32% 0.71% -
HSV(B) 272.5º 0.24% 0.8% -
XYZ 42.08 38.08 62.26 -
YUV 169.25 147.61 137.1 -
System Red Green Blue C M Y K H S L
Decimal 182 156 204 0.11 0.24 0 0.2 272.5 0.32 0.71
Hex B6 9C CC B 18 0 14 110 20 47
Octal 266 234 314 13 30 0 24 420 40 107
Binary 10110110 10011100 11001100 1011 11000 0 10100 100010000 100000 1000111

Color Harmonies of #B69CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69CCC

Black with #B69CCC

Text Example


Text Example

White with #B69CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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