Html Css Color HEX #BFCFC0 Paris White

📋 copy color: '#BFCFC0'

red 191 ◦ green 207 ◦ blue 192

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

Shades of Paris White #BFCFC0

Tints of Paris White #BFCFC0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.08%

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

R = 32.37%
G = 35.08%
B = 32.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#BFCFC0 (or 0xBFCFC0) is known color: Paris White. HEX triplet: BF, CF and C0. RGB value is (191,207,192). Sum of RGB (Red+Green+Blue) = 191+207+192=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCFC0 is #40303F. Grayscale: #C8C8C8. Windows color (decimal): -4206656 or 12636095. OLE color: 12636095.

HSL color Cylindrical-coordinate representation of color #BFCFC0: hue angle of 123.75º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFCFC0 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 207 192 -
CMYK 0.08 0 0.07 0.19
HSL 123.75º 0.14% 0.78% -
HSV(B) 123.75º 0.08% 0.81% -
XYZ 53.31 59.51 58.55 -
YUV 200.51 123.2 121.22 -
System Red Green Blue C M Y K H S L
Decimal 191 207 192 0.08 0 0.07 0.19 123.75 0.14 0.78
Hex BF CF C0 8 0 7 13 7C E 4E
Octal 277 317 300 10 0 7 23 174 16 116
Binary 10111111 11001111 11000000 1000 0 111 10011 1111100 1110 1001110

Color Harmonies of #BFCFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCFC0

Black with #BFCFC0

Text Example


Text Example

White with #BFCFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCFC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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