Html Css Color HEX #BECFBF Paris White

📋 copy color: '#BECFBF'

red 190 ◦ green 207 ◦ blue 191

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

Shades of Paris White #BECFBF

Tints of Paris White #BECFBF

RGB

 RED value IS 190 (74.61% from 255) = 32.31%

 GREEN value IS 207 (81.25% from 255) = 35.2%

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

R = 32.31%
G = 35.2%
B = 32.48%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#BECFBF (or 0xBECFBF) is known color: Paris White. HEX triplet: BE, CF and BF. RGB value is (190,207,191). Sum of RGB (Red+Green+Blue) = 190+207+191=588 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.31% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 191 (75% from 255 or 32.48% from 588); Max value from RGB is 207 - color contains mainly: green. Hex color #BECFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFBF is #413040. Grayscale: #C8C8C8. Windows color (decimal): -4272193 or 12570558. OLE color: 12570558.

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

Color convert

RGB 190 207 191 -
CMYK 0.08 0 0.08 0.19
HSL 123.53º 0.15% 0.78% -
HSV(B) 123.53º 0.08% 0.81% -
XYZ 52.95 59.33 57.95 -
YUV 200.09 122.87 120.8 -
System Red Green Blue C M Y K H S L
Decimal 190 207 191 0.08 0 0.08 0.19 123.53 0.15 0.78
Hex BE CF BF 8 0 8 13 7C F 4E
Octal 276 317 277 10 0 10 23 174 17 116
Binary 10111110 11001111 10111111 1000 0 1000 10011 1111100 1111 1001110

Color Harmonies of #BECFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECFBF

Black with #BECFBF

Text Example


Text Example

White with #BECFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECFBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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