Html Css Color HEX #BECFBD Paris White

📋 copy color: '#BECFBD'

red 190 ◦ green 207 ◦ blue 189

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

Shades of Paris White #BECFBD

Tints of Paris White #BECFBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.25%

R = 32.42%
G = 35.32%
B = 32.25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#BECFBD (or 0xBECFBD) is known color: Paris White. HEX triplet: BE, CF and BD. RGB value is (190,207,189). Sum of RGB (Red+Green+Blue) = 190+207+189=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 207 - color contains mainly: green. Hex color #BECFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFBD is #413042. Grayscale: #C7C7C7. Windows color (decimal): -4272195 or 12439486. OLE color: 12439486.

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

Color convert

RGB 190 207 189 -
CMYK 0.08 0 0.09 0.19
HSL 116.67º 0.16% 0.78% -
HSV(B) 116.67º 0.09% 0.81% -
XYZ 52.73 59.25 56.8 -
YUV 199.87 121.87 120.96 -
System Red Green Blue C M Y K H S L
Decimal 190 207 189 0.08 0 0.09 0.19 116.67 0.16 0.78
Hex BE CF BD 8 0 9 13 75 10 4E
Octal 276 317 275 10 0 11 23 165 20 116
Binary 10111110 11001111 10111101 1000 0 1001 10011 1110101 10000 1001110

Color Harmonies of #BECFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECFBD

Black with #BECFBD

Text Example


Text Example

White with #BECFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECFBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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