Html Css Color HEX #BC99CF Wisteria

📋 copy color: '#BC99CF'

red 188 ◦ green 153 ◦ blue 207

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

Shades of Wisteria #BC99CF

Tints of Wisteria #BC99CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.77%

R = 34.31%
G = 27.92%
B = 37.77%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC99CF (or 0xBC99CF) is known color: Wisteria. HEX triplet: BC, 99 and CF. RGB value is (188,153,207). Sum of RGB (Red+Green+Blue) = 188+153+207=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC99CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC99CF is #436630. Grayscale: #A9A9A9. Windows color (decimal): -4417073 or 13605308. OLE color: 13605308.

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

Color convert

RGB 188 153 207 -
CMYK 0.09 0.26 0 0.19
HSL 278.89º 0.36% 0.71% -
HSV(B) 278.89º 0.26% 0.81% -
XYZ 43.39 37.98 64.08 -
YUV 169.62 149.1 141.11 -
System Red Green Blue C M Y K H S L
Decimal 188 153 207 0.09 0.26 0 0.19 278.89 0.36 0.71
Hex BC 99 CF 9 1A 0 13 117 24 47
Octal 274 231 317 11 32 0 23 427 44 107
Binary 10111100 10011001 11001111 1001 11010 0 10011 100010111 100100 1000111

Color Harmonies of #BC99CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC99CF

Black with #BC99CF

Text Example


Text Example

White with #BC99CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC99CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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