Html Css Color HEX #BCA2C9 Wisteria

📋 copy color: '#BCA2C9'

red 188 ◦ green 162 ◦ blue 201

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

Shades of Wisteria #BCA2C9

Tints of Wisteria #BCA2C9

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.4%

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

R = 34.12%
G = 29.4%
B = 36.48%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BCA2C9 (or 0xBCA2C9) is known color: Wisteria. HEX triplet: BC, A2 and C9. RGB value is (188,162,201). Sum of RGB (Red+Green+Blue) = 188+162+201=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 162 (63.67% from 255 or 29.40% from 551); Blue value is 201 (78.91% from 255 or 36.48% from 551); Max value from RGB is 201 - color contains mainly: blue. Hex color #BCA2C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA2C9 is #435D36. Grayscale: #AEAEAE. Windows color (decimal): -4414775 or 13214396. OLE color: 13214396.

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

Color convert

RGB 188 162 201 -
CMYK 0.06 0.19 0 0.21
HSL 280º 0.27% 0.71% -
HSV(B) 280º 0.19% 0.79% -
XYZ 44.2 40.75 60.79 -
YUV 174.22 143.11 137.83 -
System Red Green Blue C M Y K H S L
Decimal 188 162 201 0.06 0.19 0 0.21 280 0.27 0.71
Hex BC A2 C9 6 13 0 15 118 1B 47
Octal 274 242 311 6 23 0 25 430 33 107
Binary 10111100 10100010 11001001 110 10011 0 10101 100011000 11011 1000111

Color Harmonies of #BCA2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA2C9

Black with #BCA2C9

Text Example


Text Example

White with #BCA2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA2C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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