Html Css Color HEX #BFD0C1 Paris White

📋 copy color: '#BFD0C1'

red 191 ◦ green 208 ◦ blue 193

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

Shades of Paris White #BFD0C1

Tints of Paris White #BFD0C1

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.14%

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

R = 32.26%
G = 35.14%
B = 32.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#BFD0C1 (or 0xBFD0C1) is known color: Paris White. HEX triplet: BF, D0 and C1. RGB value is (191,208,193). Sum of RGB (Red+Green+Blue) = 191+208+193=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 208 (81.64% from 255 or 35.14% from 592); Blue value is 193 (75.78% from 255 or 32.60% from 592); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD0C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD0C1 is #402F3E. Grayscale: #C9C9C9. Windows color (decimal): -4206399 or 12701887. OLE color: 12701887.

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

Color convert

RGB 191 208 193 -
CMYK 0.08 0 0.07 0.18
HSL 127.06º 0.15% 0.78% -
HSV(B) 127.06º 0.08% 0.82% -
XYZ 53.67 60.04 59.21 -
YUV 201.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 191 208 193 0.08 0 0.07 0.18 127.06 0.15 0.78
Hex BF D0 C1 8 0 7 12 7F F 4E
Octal 277 320 301 10 0 7 22 177 17 116
Binary 10111111 11010000 11000001 1000 0 111 10010 1111111 1111 1001110

Color Harmonies of #BFD0C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD0C1

Black with #BFD0C1

Text Example


Text Example

White with #BFD0C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD0C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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