Html Css Color HEX #BC99D0 Wisteria

📋 copy color: '#BC99D0'

red 188 ◦ green 153 ◦ blue 208

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

Shades of Wisteria #BC99D0

Tints of Wisteria #BC99D0

RGB

 RED value IS 188 (73.83% from 255) = 34.24%

 GREEN value IS 153 (60.16% from 255) = 27.87%

 BLUE value IS 208 (81.64% from 255) = 37.89%

R = 34.24%
G = 27.87%
B = 37.89%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BC99D0 (or 0xBC99D0) is known color: Wisteria. HEX triplet: BC, 99 and D0. RGB value is (188,153,208). Sum of RGB (Red+Green+Blue) = 188+153+208=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 208 (81.64% from 255 or 37.89% from 549); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC99D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC99D0 is #43662F. Grayscale: #A9A9A9. Windows color (decimal): -4417072 or 13670844. OLE color: 13670844.

HSL color Cylindrical-coordinate representation of color #BC99D0: hue angle of 278.18º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BC99D0 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 153 208 -
CMYK 0.10 0.26 0 0.18
HSL 278.18º 0.37% 0.71% -
HSV(B) 278.18º 0.26% 0.82% -
XYZ 43.52 38.03 64.72 -
YUV 169.74 149.6 141.03 -
System Red Green Blue C M Y K H S L
Decimal 188 153 208 0.10 0.26 0 0.18 278.18 0.37 0.71
Hex BC 99 D0 A 1A 0 12 116 25 47
Octal 274 231 320 12 32 0 22 426 45 107
Binary 10111100 10011001 11010000 1010 11010 0 10010 100010110 100101 1000111

Color Harmonies of #BC99D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC99D0

Black with #BC99D0

Text Example


Text Example

White with #BC99D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC99D0; }

 p { color: rgb(188,153,208); }

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

background-color css

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

 a { background-color: rgb(188,153,208); }

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

border-color css

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

 span { border-color: rgb(188,153,208); }

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