Html Css Color HEX #BDA2CC Wisteria

📋 copy color: '#BDA2CC'

red 189 ◦ green 162 ◦ blue 204

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

Shades of Wisteria #BDA2CC

Tints of Wisteria #BDA2CC

RGB

 RED value IS 189 (74.22% from 255) = 34.05%

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

 BLUE value IS 204 (80.08% from 255) = 36.76%

R = 34.05%
G = 29.19%
B = 36.76%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BDA2CC (or 0xBDA2CC) is known color: Wisteria. HEX triplet: BD, A2 and CC. RGB value is (189,162,204). Sum of RGB (Red+Green+Blue) = 189+162+204=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 162 (63.67% from 255 or 29.19% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 204 - color contains mainly: blue. Hex color #BDA2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA2CC is #425D33. Grayscale: #AEAEAE. Windows color (decimal): -4349236 or 13411005. OLE color: 13411005.

HSL color Cylindrical-coordinate representation of color #BDA2CC: hue angle of 278.57º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDA2CC is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 162 204 -
CMYK 0.07 0.21 0 0.2
HSL 278.57º 0.29% 0.72% -
HSV(B) 278.57º 0.21% 0.8% -
XYZ 44.81 41.02 62.68 -
YUV 174.86 144.45 138.08 -
System Red Green Blue C M Y K H S L
Decimal 189 162 204 0.07 0.21 0 0.2 278.57 0.29 0.72
Hex BD A2 CC 7 15 0 14 117 1D 48
Octal 275 242 314 7 25 0 24 427 35 110
Binary 10111101 10100010 11001100 111 10101 0 10100 100010111 11101 1001000

Color Harmonies of #BDA2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA2CC

Black with #BDA2CC

Text Example


Text Example

White with #BDA2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA2CC; }

 p { color: rgb(189,162,204); }

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

background-color css

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

 a { background-color: rgb(189,162,204); }

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

border-color css

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

 span { border-color: rgb(189,162,204); }

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