Html Css Color HEX #BDC2BE Paris White

📋 copy color: '#BDC2BE'

red 189 ◦ green 194 ◦ blue 190

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

Shades of Paris White #BDC2BE

Tints of Paris White #BDC2BE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.86%

 BLUE value IS 190 (74.61% from 255) = 33.16%

R = 32.98%
G = 33.86%
B = 33.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#BDC2BE (or 0xBDC2BE) is known color: Paris White. HEX triplet: BD, C2 and BE. RGB value is (189,194,190). Sum of RGB (Red+Green+Blue) = 189+194+190=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC2BE is #423D41. Grayscale: #C0C0C0. Windows color (decimal): -4341058 or 12501693. OLE color: 12501693.

HSL color Cylindrical-coordinate representation of color #BDC2BE: hue angle of 132º degrees, saturation: 0.04, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BDC2BE is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 194 190 -
CMYK 0.03 0 0.02 0.24
HSL 132º 0.04% 0.75% -
HSV(B) 132º 0.03% 0.76% -
XYZ 49.57 53.12 56.36 -
YUV 192.05 126.84 125.83 -
System Red Green Blue C M Y K H S L
Decimal 189 194 190 0.03 0 0.02 0.24 132 0.04 0.75
Hex BD C2 BE 3 0 2 18 84 4 4B
Octal 275 302 276 3 0 2 30 204 4 113
Binary 10111101 11000010 10111110 11 0 10 11000 10000100 100 1001011

Color Harmonies of #BDC2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC2BE

Black with #BDC2BE

Text Example


Text Example

White with #BDC2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC2BE; }

 p { color: rgb(189,194,190); }

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

background-color css

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

 a { background-color: rgb(189,194,190); }

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

border-color css

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

 span { border-color: rgb(189,194,190); }

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