Html Css Color HEX #BC99C9 Wisteria

📋 copy color: '#BC99C9'

red 188 ◦ green 153 ◦ blue 201

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

Shades of Wisteria #BC99C9

Tints of Wisteria #BC99C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.08%

R = 34.69%
G = 28.23%
B = 37.08%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC99C9 (or 0xBC99C9) is known color: Wisteria. HEX triplet: BC, 99 and C9. RGB value is (188,153,201). Sum of RGB (Red+Green+Blue) = 188+153+201=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 153 (60.16% from 255 or 28.23% from 542); Blue value is 201 (78.91% from 255 or 37.08% from 542); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC99C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC99C9 is #436636. Grayscale: #A8A8A8. Windows color (decimal): -4417079 or 13212092. OLE color: 13212092.

HSL color Cylindrical-coordinate representation of color #BC99C9: hue angle of 283.75º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BC99C9 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 153 201 -
CMYK 0.06 0.24 0 0.21
HSL 283.75º 0.31% 0.69% -
HSV(B) 283.75º 0.24% 0.79% -
XYZ 42.67 37.69 60.28 -
YUV 168.94 146.1 141.6 -
System Red Green Blue C M Y K H S L
Decimal 188 153 201 0.06 0.24 0 0.21 283.75 0.31 0.69
Hex BC 99 C9 6 18 0 15 11C 1F 45
Octal 274 231 311 6 30 0 25 434 37 105
Binary 10111100 10011001 11001001 110 11000 0 10101 100011100 11111 1000101

Color Harmonies of #BC99C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC99C9

Black with #BC99C9

Text Example


Text Example

White with #BC99C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC99C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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