Html Css Color HEX #BFCCBF Paris White

📋 copy color: '#BFCCBF'

red 191 ◦ green 204 ◦ blue 191

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

Shades of Paris White #BFCCBF

Tints of Paris White #BFCCBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 32.59%

R = 32.59%
G = 34.81%
B = 32.59%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#BFCCBF (or 0xBFCCBF) is known color: Paris White. HEX triplet: BF, CC and BF. RGB value is (191,204,191). Sum of RGB (Red+Green+Blue) = 191+204+191=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCBF is #403340. Grayscale: #C6C6C6. Windows color (decimal): -4207425 or 12569791. OLE color: 12569791.

HSL color Cylindrical-coordinate representation of color #BFCCBF: hue angle of 120º 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 #BFCCBF is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 204 191 -
CMYK 0.06 0 0.06 0.2
HSL 120º 0.11% 0.77% -
HSV(B) 120º 0.06% 0.8% -
XYZ 52.48 58.02 57.72 -
YUV 198.63 123.69 122.56 -
System Red Green Blue C M Y K H S L
Decimal 191 204 191 0.06 0 0.06 0.2 120 0.11 0.77
Hex BF CC BF 6 0 6 14 78 B 4D
Octal 277 314 277 6 0 6 24 170 13 115
Binary 10111111 11001100 10111111 110 0 110 10100 1111000 1011 1001101

Color Harmonies of #BFCCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCCBF

Black with #BFCCBF

Text Example


Text Example

White with #BFCCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCCBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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