Html Css Color HEX #BFD2BE Paris White

📋 copy color: '#BFD2BE'

red 191 ◦ green 210 ◦ blue 190

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

Shades of Paris White #BFD2BE

Tints of Paris White #BFD2BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.15%

R = 32.32%
G = 35.53%
B = 32.15%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#BFD2BE (or 0xBFD2BE) is known color: Paris White. HEX triplet: BF, D2 and BE. RGB value is (191,210,190). Sum of RGB (Red+Green+Blue) = 191+210+190=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 210 (82.42% from 255 or 35.53% from 591); Blue value is 190 (74.61% from 255 or 32.15% from 591); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD2BE is #402D41. Grayscale: #CACACA. Windows color (decimal): -4205890 or 12505791. OLE color: 12505791.

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

Color convert

RGB 191 210 190 -
CMYK 0.09 0 0.10 0.18
HSL 117º 0.18% 0.78% -
HSV(B) 117º 0.1% 0.82% -
XYZ 53.83 60.89 57.63 -
YUV 202.04 121.21 120.13 -
System Red Green Blue C M Y K H S L
Decimal 191 210 190 0.09 0 0.10 0.18 117 0.18 0.78
Hex BF D2 BE 9 0 A 12 75 12 4E
Octal 277 322 276 11 0 12 22 165 22 116
Binary 10111111 11010010 10111110 1001 0 1010 10010 1110101 10010 1001110

Color Harmonies of #BFD2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD2BE

Black with #BFD2BE

Text Example


Text Example

White with #BFD2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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