Html Css Color HEX #BDACCA Perfume

📋 copy color: '#BDACCA'

red 189 ◦ green 172 ◦ blue 202

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

Shades of Perfume #BDACCA

Tints of Perfume #BDACCA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.55%

 BLUE value IS 202 (79.3% from 255) = 35.88%

R = 33.57%
G = 30.55%
B = 35.88%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BDACCA (or 0xBDACCA) is known color: Perfume. HEX triplet: BD, AC and CA. RGB value is (189,172,202). Sum of RGB (Red+Green+Blue) = 189+172+202=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 202 - color contains mainly: blue. Hex color #BDACCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDACCA is #425335. Grayscale: #B4B4B4. Windows color (decimal): -4346678 or 13282493. OLE color: 13282493.

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

Color convert

RGB 189 172 202 -
CMYK 0.06 0.15 0 0.21
HSL 274º 0.22% 0.73% -
HSV(B) 274º 0.15% 0.79% -
XYZ 46.4 44.59 62.04 -
YUV 180.5 140.13 134.06 -
System Red Green Blue C M Y K H S L
Decimal 189 172 202 0.06 0.15 0 0.21 274 0.22 0.73
Hex BD AC CA 6 F 0 15 112 16 49
Octal 275 254 312 6 17 0 25 422 26 111
Binary 10111101 10101100 11001010 110 1111 0 10101 100010010 10110 1001001

Color Harmonies of #BDACCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDACCA

Black with #BDACCA

Text Example


Text Example

White with #BDACCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDACCA; }

 p { color: rgb(189,172,202); }

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

background-color css

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

 a { background-color: rgb(189,172,202); }

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

border-color css

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

 span { border-color: rgb(189,172,202); }

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