Html Css Color HEX #BECEBF Paris White

📋 copy color: '#BECEBF'

red 190 ◦ green 206 ◦ blue 191

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

Shades of Paris White #BECEBF

Tints of Paris White #BECEBF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.09%

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

R = 32.37%
G = 35.09%
B = 32.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#BECEBF (or 0xBECEBF) is known color: Paris White. HEX triplet: BE, CE and BF. RGB value is (190,206,191). Sum of RGB (Red+Green+Blue) = 190+206+191=587 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.37% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 191 (75% from 255 or 32.54% from 587); Max value from RGB is 206 - color contains mainly: green. Hex color #BECEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECEBF is #413140. Grayscale: #C7C7C7. Windows color (decimal): -4272449 or 12570302. OLE color: 12570302.

HSL color Cylindrical-coordinate representation of color #BECEBF: hue angle of 123.75º degrees, saturation: 0.14, 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 #BECEBF is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 206 191 -
CMYK 0.08 0 0.07 0.19
HSL 123.75º 0.14% 0.78% -
HSV(B) 123.75º 0.08% 0.81% -
XYZ 52.71 58.85 57.87 -
YUV 199.51 123.2 121.22 -
System Red Green Blue C M Y K H S L
Decimal 190 206 191 0.08 0 0.07 0.19 123.75 0.14 0.78
Hex BE CE BF 8 0 7 13 7C E 4E
Octal 276 316 277 10 0 7 23 174 16 116
Binary 10111110 11001110 10111111 1000 0 111 10011 1111100 1110 1001110

Color Harmonies of #BECEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECEBF

Black with #BECEBF

Text Example


Text Example

White with #BECEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECEBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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