Html Css Color HEX #BDC7BC Paris White

📋 copy color: '#BDC7BC'

red 189 ◦ green 199 ◦ blue 188

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

Shades of Paris White #BDC7BC

Tints of Paris White #BDC7BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.64%

R = 32.81%
G = 34.55%
B = 32.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#BDC7BC (or 0xBDC7BC) is known color: Paris White. HEX triplet: BD, C7 and BC. RGB value is (189,199,188). Sum of RGB (Red+Green+Blue) = 189+199+188=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 199 (78.12% from 255 or 34.55% from 576); Blue value is 188 (73.83% from 255 or 32.64% from 576); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC7BC is #423843. Grayscale: #C2C2C2. Windows color (decimal): -4339780 or 12371901. OLE color: 12371901.

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

Color convert

RGB 189 199 188 -
CMYK 0.05 0 0.06 0.22
HSL 114.55º 0.09% 0.76% -
HSV(B) 114.55º 0.06% 0.78% -
XYZ 50.49 55.3 55.59 -
YUV 194.76 124.19 123.89 -
System Red Green Blue C M Y K H S L
Decimal 189 199 188 0.05 0 0.06 0.22 114.55 0.09 0.76
Hex BD C7 BC 5 0 6 16 73 9 4C
Octal 275 307 274 5 0 6 26 163 11 114
Binary 10111101 11000111 10111100 101 0 110 10110 1110011 1001 1001100

Color Harmonies of #BDC7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC7BC

Black with #BDC7BC

Text Example


Text Example

White with #BDC7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC7BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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