Html Css Color HEX #BC99D2 Wisteria

📋 copy color: '#BC99D2'

red 188 ◦ green 153 ◦ blue 210

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

Shades of Wisteria #BC99D2

Tints of Wisteria #BC99D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.11%

R = 34.12%
G = 27.77%
B = 38.11%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BC99D2 (or 0xBC99D2) is known color: Wisteria. HEX triplet: BC, 99 and D2. RGB value is (188,153,210). Sum of RGB (Red+Green+Blue) = 188+153+210=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 153 (60.16% from 255 or 27.77% from 551); Blue value is 210 (82.42% from 255 or 38.11% from 551); Max value from RGB is 210 - color contains mainly: blue. Hex color #BC99D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC99D2 is #43662D. Grayscale: #A9A9A9. Windows color (decimal): -4417070 or 13801916. OLE color: 13801916.

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

Color convert

RGB 188 153 210 -
CMYK 0.10 0.27 0 0.18
HSL 276.84º 0.39% 0.71% -
HSV(B) 276.84º 0.27% 0.82% -
XYZ 43.76 38.13 66.03 -
YUV 169.96 150.6 140.87 -
System Red Green Blue C M Y K H S L
Decimal 188 153 210 0.10 0.27 0 0.18 276.84 0.39 0.71
Hex BC 99 D2 A 1B 0 12 115 27 47
Octal 274 231 322 12 33 0 22 425 47 107
Binary 10111100 10011001 11010010 1010 11011 0 10010 100010101 100111 1000111

Color Harmonies of #BC99D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC99D2

Black with #BC99D2

Text Example


Text Example

White with #BC99D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC99D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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