Html Css Color HEX #BDADCB Perfume

📋 copy color: '#BDADCB'

red 189 ◦ green 173 ◦ blue 203

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

Shades of Perfume #BDADCB

Tints of Perfume #BDADCB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.62%

 BLUE value IS 203 (79.69% from 255) = 35.93%

R = 33.45%
G = 30.62%
B = 35.93%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BDADCB (or 0xBDADCB) is known color: Perfume. HEX triplet: BD, AD and CB. RGB value is (189,173,203). Sum of RGB (Red+Green+Blue) = 189+173+203=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 203 - color contains mainly: blue. Hex color #BDADCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDADCB is #425234. Grayscale: #B5B5B5. Windows color (decimal): -4346421 or 13348285. OLE color: 13348285.

HSL color Cylindrical-coordinate representation of color #BDADCB: hue angle of 272º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDADCB is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 173 203 -
CMYK 0.07 0.15 0 0.20
HSL 272º 0.22% 0.74% -
HSV(B) 272º 0.15% 0.8% -
XYZ 46.71 45.02 62.73 -
YUV 181.2 140.3 133.56 -
System Red Green Blue C M Y K H S L
Decimal 189 173 203 0.07 0.15 0 0.20 272 0.22 0.74
Hex BD AD CB 7 F 0 14 110 16 4A
Octal 275 255 313 7 17 0 24 420 26 112
Binary 10111101 10101101 11001011 111 1111 0 10100 100010000 10110 1001010

Color Harmonies of #BDADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDADCB

Black with #BDADCB

Text Example


Text Example

White with #BDADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDADCB; }

 p { color: rgb(189,173,203); }

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

background-color css

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

 a { background-color: rgb(189,173,203); }

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

border-color css

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

 span { border-color: rgb(189,173,203); }

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