Html Css Color HEX #BDC7BE Paris White

📋 copy color: '#BDC7BE'

red 189 ◦ green 199 ◦ blue 190

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

Shades of Paris White #BDC7BE

Tints of Paris White #BDC7BE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.43%

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

R = 32.7%
G = 34.43%
B = 32.87%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#BDC7BE (or 0xBDC7BE) is known color: Paris White. HEX triplet: BD, C7 and BE. RGB value is (189,199,190). Sum of RGB (Red+Green+Blue) = 189+199+190=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 199 (78.12% from 255 or 34.43% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC7BE is #423841. Grayscale: #C3C3C3. Windows color (decimal): -4339778 or 12502973. OLE color: 12502973.

HSL color Cylindrical-coordinate representation of color #BDC7BE: hue angle of 126º degrees, saturation: 0.08, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BDC7BE is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 199 190 -
CMYK 0.05 0 0.05 0.22
HSL 126º 0.08% 0.76% -
HSV(B) 126º 0.05% 0.78% -
XYZ 50.7 55.38 56.73 -
YUV 194.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 189 199 190 0.05 0 0.05 0.22 126 0.08 0.76
Hex BD C7 BE 5 0 5 16 7E 8 4C
Octal 275 307 276 5 0 5 26 176 10 114
Binary 10111101 11000111 10111110 101 0 101 10110 1111110 1000 1001100

Color Harmonies of #BDC7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC7BE

Black with #BDC7BE

Text Example


Text Example

White with #BDC7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC7BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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