Html Css Color HEX #BFCDC0 Paris White

📋 copy color: '#BFCDC0'

red 191 ◦ green 205 ◦ blue 192

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

Shades of Paris White #BFCDC0

Tints of Paris White #BFCDC0

RGB

 RED value IS 191 (75% from 255) = 32.48%

 GREEN value IS 205 (80.47% from 255) = 34.86%

 BLUE value IS 192 (75.39% from 255) = 32.65%

R = 32.48%
G = 34.86%
B = 32.65%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#BFCDC0 (or 0xBFCDC0) is known color: Paris White. HEX triplet: BF, CD and C0. RGB value is (191,205,192). Sum of RGB (Red+Green+Blue) = 191+205+192=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 192 (75.39% from 255 or 32.65% from 588); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDC0 is #40323F. Grayscale: #C7C7C7. Windows color (decimal): -4207168 or 12635583. OLE color: 12635583.

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

Color convert

RGB 191 205 192 -
CMYK 0.07 0 0.06 0.20
HSL 124.29º 0.12% 0.78% -
HSV(B) 124.29º 0.07% 0.8% -
XYZ 52.83 58.54 58.38 -
YUV 199.33 123.86 122.06 -
System Red Green Blue C M Y K H S L
Decimal 191 205 192 0.07 0 0.06 0.20 124.29 0.12 0.78
Hex BF CD C0 7 0 6 14 7C C 4E
Octal 277 315 300 7 0 6 24 174 14 116
Binary 10111111 11001101 11000000 111 0 110 10100 1111100 1100 1001110

Color Harmonies of #BFCDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCDC0

Black with #BFCDC0

Text Example


Text Example

White with #BFCDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCDC0; }

 p { color: rgb(191,205,192); }

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

background-color css

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

 a { background-color: rgb(191,205,192); }

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

border-color css

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

 span { border-color: rgb(191,205,192); }

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