Html Css Color HEX #BFCCC1 Paris White

📋 copy color: '#BFCCC1'

red 191 ◦ green 204 ◦ blue 193

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

Shades of Paris White #BFCCC1

Tints of Paris White #BFCCC1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.69%

 BLUE value IS 193 (75.78% from 255) = 32.82%

R = 32.48%
G = 34.69%
B = 32.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#BFCCC1 (or 0xBFCCC1) is known color: Paris White. HEX triplet: BF, CC and C1. RGB value is (191,204,193). Sum of RGB (Red+Green+Blue) = 191+204+193=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 193 (75.78% from 255 or 32.82% from 588); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCC1 is #40333E. Grayscale: #C6C6C6. Windows color (decimal): -4207423 or 12700863. OLE color: 12700863.

HSL color Cylindrical-coordinate representation of color #BFCCC1: hue angle of 129.23º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFCCC1 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 204 193 -
CMYK 0.06 0 0.05 0.2
HSL 129.23º 0.11% 0.77% -
HSV(B) 129.23º 0.06% 0.8% -
XYZ 52.7 58.11 58.89 -
YUV 198.86 124.69 122.39 -
System Red Green Blue C M Y K H S L
Decimal 191 204 193 0.06 0 0.05 0.2 129.23 0.11 0.77
Hex BF CC C1 6 0 5 14 81 B 4D
Octal 277 314 301 6 0 5 24 201 13 115
Binary 10111111 11001100 11000001 110 0 101 10100 10000001 1011 1001101

Color Harmonies of #BFCCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCCC1

Black with #BFCCC1

Text Example


Text Example

White with #BFCCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCCC1; }

 p { color: rgb(191,204,193); }

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

background-color css

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

 a { background-color: rgb(191,204,193); }

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

border-color css

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

 span { border-color: rgb(191,204,193); }

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