Html Css Color HEX #BFD2BF Paris White

📋 copy color: '#BFD2BF'

red 191 ◦ green 210 ◦ blue 191

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

Shades of Paris White #BFD2BF

Tints of Paris White #BFD2BF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.47%

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

R = 32.26%
G = 35.47%
B = 32.26%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#BFD2BF (or 0xBFD2BF) is known color: Paris White. HEX triplet: BF, D2 and BF. RGB value is (191,210,191). Sum of RGB (Red+Green+Blue) = 191+210+191=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 210 (82.42% from 255 or 35.47% from 592); Blue value is 191 (75% from 255 or 32.26% from 592); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD2BF is #402D40. Grayscale: #CACACA. Windows color (decimal): -4205889 or 12571327. OLE color: 12571327.

HSL color Cylindrical-coordinate representation of color #BFD2BF: hue angle of 120º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFD2BF is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 210 191 -
CMYK 0.09 0 0.09 0.18
HSL 120º 0.17% 0.79% -
HSV(B) 120º 0.09% 0.82% -
XYZ 53.94 60.93 58.21 -
YUV 202.15 121.71 120.04 -
System Red Green Blue C M Y K H S L
Decimal 191 210 191 0.09 0 0.09 0.18 120 0.17 0.79
Hex BF D2 BF 9 0 9 12 78 11 4F
Octal 277 322 277 11 0 11 22 170 21 117
Binary 10111111 11010010 10111111 1001 0 1001 10010 1111000 10001 1001111

Color Harmonies of #BFD2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD2BF

Black with #BFD2BF

Text Example


Text Example

White with #BFD2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD2BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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